public abstract class GradePoint extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GradePoint.Oldies |
static class |
GradePoint.Standard |
Modifier and Type | Field and Description |
---|---|
protected double |
cr |
protected double |
gp |
protected String |
name |
protected double |
point |
protected String |
rcode |
protected String |
student_code |
protected boolean |
success |
Constructor and Description |
---|
GradePoint() |
Modifier and Type | Method and Description |
---|---|
double |
getCredits() |
double |
getGradePoint() |
String |
getName() |
double |
getPoint() |
protected void |
getResult(UDict rdict) |
boolean |
isSuccessed() |
(package private) abstract void |
parseResult0(UDict rdict) |
protected void |
parseResultCode(String rcode) |
protected boolean success
protected String name
protected double cr
protected double point
protected String rcode
protected String student_code
protected double gp
public boolean isSuccessed()
public String getName()
public double getCredits()
public double getPoint()
public double getGradePoint()
abstract void parseResult0(UDict rdict) throws UTLFException
UTLFException
protected void getResult(UDict rdict) throws UTLFException
UTLFException
protected void parseResultCode(String rcode)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025