|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--commgrids.schema.types.YearType
Field Summary | |
static YearType |
VALUE_0
The instance of the Pre-College type |
static int |
VALUE_0_TYPE
The Pre-College type |
static YearType |
VALUE_1
The instance of the Freshman type |
static int |
VALUE_1_TYPE
The Freshman type |
static YearType |
VALUE_2
The instance of the Sophomore type |
static int |
VALUE_2_TYPE
The Sophomore type |
static YearType |
VALUE_3
The instance of the Junior type |
static int |
VALUE_3_TYPE
The Junior type |
static YearType |
VALUE_4
The instance of the Senior type |
static int |
VALUE_4_TYPE
The Senior type |
static YearType |
VALUE_5
The instance of the Graduate type |
static int |
VALUE_5_TYPE
The Graduate type |
static YearType |
VALUE_6
The instance of the Other type |
static int |
VALUE_6_TYPE
The Other type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of YearType |
int |
getType()
Returns the type of this YearType |
java.lang.String |
toString()
Returns the String representation of this YearType |
static YearType |
valueOf(java.lang.String string)
Returns a new YearType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int VALUE_0_TYPE
public static final YearType VALUE_0
public static final int VALUE_1_TYPE
public static final YearType VALUE_1
public static final int VALUE_2_TYPE
public static final YearType VALUE_2
public static final int VALUE_3_TYPE
public static final YearType VALUE_3
public static final int VALUE_4_TYPE
public static final YearType VALUE_4
public static final int VALUE_5_TYPE
public static final YearType VALUE_5
public static final int VALUE_6_TYPE
public static final YearType VALUE_6
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static YearType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |