org.gxos.schema.types
Class NamingStrategyType

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

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

See Also:
Serialized Form

Field Summary
static NamingStrategyType STANDARD
          The instance of the Standard type
static int STANDARD_TYPE
          The Standard type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of NamingStrategyType
 int getType()
          Returns the type of this NamingStrategyType
 java.lang.String toString()
          Returns the String representation of this NamingStrategyType
static NamingStrategyType valueOf(java.lang.String string)
          Returns a new NamingStrategyType 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

STANDARD_TYPE

public static final int STANDARD_TYPE
The Standard type

STANDARD

public static final NamingStrategyType STANDARD
The instance of the Standard type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this NamingStrategyType

toString

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

valueOf

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