org.gxos.schema.types
Class AccessableType

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

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

See Also:
Serialized Form

Field Summary
static AccessableType ALLOW
          The instance of the allow type
static int ALLOW_TYPE
          The allow type
static AccessableType DENY
          The instance of the deny type
static int DENY_TYPE
          The deny type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of AccessableType
 int getType()
          Returns the type of this AccessableType
 java.lang.String toString()
          Returns the String representation of this AccessableType
static AccessableType valueOf(java.lang.String string)
          Returns a new AccessableType 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

ALLOW_TYPE

public static final int ALLOW_TYPE
The allow type

ALLOW

public static final AccessableType ALLOW
The instance of the allow type

DENY_TYPE

public static final int DENY_TYPE
The deny type

DENY

public static final AccessableType DENY
The instance of the deny type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this AccessableType

toString

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

valueOf

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