org.gxos.schema.types
Class RealizationTypeType

java.lang.Object
  |
  +--org.gxos.schema.types.RealizationTypeType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

NORMAL_TYPE

public static final int NORMAL_TYPE
The Normal type

NORMAL

public static final RealizationTypeType NORMAL
The instance of the Normal type

RENDERING_TYPE

public static final int RENDERING_TYPE
The Rendering type

RENDERING

public static final RealizationTypeType RENDERING
The instance of the Rendering type

RESOLUTION_TYPE

public static final int RESOLUTION_TYPE
The Resolution type

RESOLUTION

public static final RealizationTypeType RESOLUTION
The instance of the Resolution type

MIRROR_TYPE

public static final int MIRROR_TYPE
The Mirror type

MIRROR

public static final RealizationTypeType MIRROR
The instance of the Mirror type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this RealizationTypeType

toString

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

valueOf

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