org.gxos.schema.types
Class GXOSObjectTypeType

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

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

See Also:
Serialized Form

Field Summary
static GXOSObjectTypeType EXTERNAL
          The instance of the external type
static int EXTERNAL_TYPE
          The external type
static GXOSObjectTypeType LINK
          The instance of the link type
static int LINK_TYPE
          The link type
static GXOSObjectTypeType LOCAL
          The instance of the local type
static int LOCAL_TYPE
          The local type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of GXOSObjectTypeType
 int getType()
          Returns the type of this GXOSObjectTypeType
 java.lang.String toString()
          Returns the String representation of this GXOSObjectTypeType
static GXOSObjectTypeType valueOf(java.lang.String string)
          Returns a new GXOSObjectTypeType 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

LOCAL_TYPE

public static final int LOCAL_TYPE
The local type

LOCAL

public static final GXOSObjectTypeType LOCAL
The instance of the local type

LINK_TYPE

public static final int LINK_TYPE
The link type

LINK

public static final GXOSObjectTypeType LINK
The instance of the link type

EXTERNAL_TYPE

public static final int EXTERNAL_TYPE
The external type

EXTERNAL

public static final GXOSObjectTypeType EXTERNAL
The instance of the external type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this GXOSObjectTypeType

toString

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

valueOf

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