|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.RealizationTypeType
Field Summary | |
static RealizationTypeType |
MIRROR
The instance of the Mirror type |
static int |
MIRROR_TYPE
The Mirror type |
static RealizationTypeType |
NORMAL
The instance of the Normal type |
static int |
NORMAL_TYPE
The Normal type |
static RealizationTypeType |
RENDERING
The instance of the Rendering type |
static int |
RENDERING_TYPE
The Rendering type |
static RealizationTypeType |
RESOLUTION
The instance of the Resolution type |
static int |
RESOLUTION_TYPE
The Resolution type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of RealizationTypeType |
int |
getType()
Returns the type of this RealizationTypeType |
java.lang.String |
toString()
Returns the String representation of this RealizationTypeType |
static RealizationTypeType |
valueOf(java.lang.String string)
Returns a new RealizationTypeType 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 NORMAL_TYPE
public static final RealizationTypeType NORMAL
public static final int RENDERING_TYPE
public static final RealizationTypeType RENDERING
public static final int RESOLUTION_TYPE
public static final RealizationTypeType RESOLUTION
public static final int MIRROR_TYPE
public static final RealizationTypeType MIRROR
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static RealizationTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |