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
UTLFExceptionprotected void getResult(UDict rdict) throws UTLFException
UTLFExceptionprotected void parseResultCode(String rcode)
EDB Working Group at Mon Dec 15 16:45:05 JST 2025