|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.AccessableType
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 |
public static final int ALLOW_TYPE
public static final AccessableType ALLOW
public static final int DENY_TYPE
public static final AccessableType DENY
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static AccessableType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |