org.gxos.schema.types
Class ExternalTypeType

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

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

See Also:
Serialized Form

Field Summary
static ExternalTypeType DIRECTORY
          The instance of the Directory type
static int DIRECTORY_TYPE
          The Directory type
static ExternalTypeType FILE
          The instance of the File type
static int FILE_TYPE
          The File type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of ExternalTypeType
 int getType()
          Returns the type of this ExternalTypeType
 java.lang.String toString()
          Returns the String representation of this ExternalTypeType
static ExternalTypeType valueOf(java.lang.String string)
          Returns a new ExternalTypeType 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

FILE_TYPE

public static final int FILE_TYPE
The File type

FILE

public static final ExternalTypeType FILE
The instance of the File type

DIRECTORY_TYPE

public static final int DIRECTORY_TYPE
The Directory type

DIRECTORY

public static final ExternalTypeType DIRECTORY
The instance of the Directory type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this ExternalTypeType

toString

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

valueOf

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