|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.client.ResAuthApplicationType
Field Summary | |
---|---|
static int |
APPLICATION
The 'Application' literal value |
static ResAuthApplicationType |
APPLICATION_LITERAL
The 'Application' literal object |
static int |
CONTAINER
The 'Container' literal value |
static ResAuthApplicationType |
CONTAINER_LITERAL
The 'Container' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Res Auth Application Type' enumerators |
Method Summary | |
---|---|
static ResAuthApplicationType |
get(int value)
Returns the 'Res Auth Application Type' literal with the specified integer value |
static ResAuthApplicationType |
get(java.lang.String literal)
Returns the 'Res Auth Application Type' literal with the specified literal value |
static ResAuthApplicationType |
getByName(java.lang.String name)
Returns the 'Res Auth Application Type' literal with the specified name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int APPLICATION
APPLICATION_LITERAL
,
Constant Field Valuespublic static final int CONTAINER
CONTAINER_LITERAL
,
Constant Field Valuespublic static final ResAuthApplicationType APPLICATION_LITERAL
If the meaning of 'Application' literal object isn't clear, there really should be more of a description here...
APPLICATION
public static final ResAuthApplicationType CONTAINER_LITERAL
If the meaning of 'Container' literal object isn't clear, there really should be more of a description here...
CONTAINER
public static final java.util.List VALUES
Method Detail |
public static ResAuthApplicationType get(java.lang.String literal)
public static ResAuthApplicationType getByName(java.lang.String name)
public static ResAuthApplicationType get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |