|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--commgrids.schema.types.HWTypeType
Field Summary | |
static HWTypeType |
ASSIGNMENT
The instance of the Assignment type |
static int |
ASSIGNMENT_TYPE
The Assignment type |
static HWTypeType |
OTHER
The instance of the Other type |
static int |
OTHER_TYPE
The Other type |
static HWTypeType |
PROJECT
The instance of the Project type |
static int |
PROJECT_TYPE
The Project type |
static HWTypeType |
QUIZ
The instance of the Quiz type |
static int |
QUIZ_TYPE
The Quiz type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of HWTypeTyp |
int |
getType()
Returns the type of this HWTypeType |
java.lang.String |
toString()
Returns the String representation of this HWTypeType |
static HWTypeType |
valueOf(java.lang.String string)
Returns a new HWTypeType 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 ASSIGNMENT_TYPE
public static final HWTypeType ASSIGNMENT
public static final int QUIZ_TYPE
public static final HWTypeType QUIZ
public static final int PROJECT_TYPE
public static final HWTypeType PROJECT
public static final int OTHER_TYPE
public static final HWTypeType OTHER
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static HWTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |