commgrids.schema.types
Class HWTypeType

java.lang.Object
  |
  +--commgrids.schema.types.HWTypeType
All Implemented Interfaces:
java.io.Serializable

public class HWTypeType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

ASSIGNMENT_TYPE

public static final int ASSIGNMENT_TYPE
The Assignment type

ASSIGNMENT

public static final HWTypeType ASSIGNMENT
The instance of the Assignment type

QUIZ_TYPE

public static final int QUIZ_TYPE
The Quiz type

QUIZ

public static final HWTypeType QUIZ
The instance of the Quiz type

PROJECT_TYPE

public static final int PROJECT_TYPE
The Project type

PROJECT

public static final HWTypeType PROJECT
The instance of the Project type

OTHER_TYPE

public static final int OTHER_TYPE
The Other type

OTHER

public static final HWTypeType OTHER
The instance of the Other type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of HWTypeTyp

getType

public int getType()
Returns the type of this HWTypeType

toString

public java.lang.String toString()
Returns the String representation of this HWTypeType
Overrides:
toString in class java.lang.Object

valueOf

public static HWTypeType valueOf(java.lang.String string)
Returns a new HWTypeType based on the given String value.
Parameters:
string -