|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.jst.j2ee.common.ResAuthTypeBase
public final class ResAuthTypeBase
A representation of the literals of the enumeration 'Res Auth Type Base', and utility methods for working with them. CONTAINER=0 Container=1 Application=2 SERVLET=3
CommonPackage.getResAuthTypeBase()
,
Serialized FormField Summary | |
---|---|
static int |
APPLICATION
The 'Application' literal value |
static ResAuthTypeBase |
APPLICATION_LITERAL
The 'Application' literal object |
static int |
CONTAINER
The 'Container' literal value |
static ResAuthTypeBase |
CONTAINER_LITERAL
The 'Container' literal object |
static int |
SERVLET
The 'SERVLET' literal value |
static ResAuthTypeBase |
SERVLET_LITERAL
The 'SERVLET' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Res Auth Type Base' enumerators |
Method Summary | |
---|---|
static ResAuthTypeBase |
get(int value)
Returns the 'Res Auth Type Base' literal with the specified integer value |
static ResAuthTypeBase |
get(java.lang.String literal)
Returns the 'Res Auth Type Base' literal with the specified literal value |
static ResAuthTypeBase |
getByName(java.lang.String name)
Returns the 'Res Auth Type Base' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CONTAINER
CONTAINER_LITERAL
,
Constant Field Valuespublic static final int APPLICATION
APPLICATION_LITERAL
,
Constant Field Valuespublic static final int SERVLET
SERVLET_LITERAL
,
Constant Field Valuespublic static final ResAuthTypeBase 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 ResAuthTypeBase 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 ResAuthTypeBase SERVLET_LITERAL
If the meaning of 'SERVLET' literal object isn't clear, there really should be more of a description here...
SERVLET
public static final java.util.List VALUES
Method Detail |
---|
public static ResAuthTypeBase get(java.lang.String literal)
name
- passes literal name
public static ResAuthTypeBase getByName(java.lang.String name)
public static ResAuthTypeBase get(int value)
value
- passes literal value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |