commgrids.schema.types
Class GradingTypeType

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

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

See Also:
Serialized Form

Field Summary
static GradingTypeType CUSTOMIZED
          The instance of the Customized type
static int CUSTOMIZED_TYPE
          The Customized type
static GradingTypeType NUMERIC
          The instance of the Numeric type
static int NUMERIC_TYPE
          The Numeric type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of GradingTypeType
 int getType()
          Returns the type of this GradingTypeType
 java.lang.String toString()
          Returns the String representation of this GradingTypeType
static GradingTypeType valueOf(java.lang.String string)
          Returns a new GradingTypeType 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

NUMERIC_TYPE

public static final int NUMERIC_TYPE
The Numeric type

NUMERIC

public static final GradingTypeType NUMERIC
The instance of the Numeric type

CUSTOMIZED_TYPE

public static final int CUSTOMIZED_TYPE
The Customized type

CUSTOMIZED

public static final GradingTypeType CUSTOMIZED
The instance of the Customized type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this GradingTypeType

toString

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

valueOf

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