org.gxos.schema.types
Class ExtensionTypeType

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

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

See Also:
Serialized Form

Field Summary
static ExtensionTypeType ADL
          The instance of the ADL type
static int ADL_TYPE
          The ADL type
static ExtensionTypeType GATEWAY
          The instance of the Gateway type
static int GATEWAY_TYPE
          The Gateway type
static ExtensionTypeType IMS
          The instance of the IMS type
static int IMS_TYPE
          The IMS type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of ExtensionTypeType
 int getType()
          Returns the type of this ExtensionTypeType
 java.lang.String toString()
          Returns the String representation of this ExtensionTypeType
static ExtensionTypeType valueOf(java.lang.String string)
          Returns a new ExtensionTypeType 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

IMS_TYPE

public static final int IMS_TYPE
The IMS type

IMS

public static final ExtensionTypeType IMS
The instance of the IMS type

ADL_TYPE

public static final int ADL_TYPE
The ADL type

ADL

public static final ExtensionTypeType ADL
The instance of the ADL type

GATEWAY_TYPE

public static final int GATEWAY_TYPE
The Gateway type

GATEWAY

public static final ExtensionTypeType GATEWAY
The instance of the Gateway type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this ExtensionTypeType

toString

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

valueOf

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