|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.common.EjbRefType
Field Summary | |
---|---|
static int |
ENTITY
|
static EjbRefType |
ENTITY_LITERAL
The 'Entity' literal object |
static int |
SESSION
|
static EjbRefType |
SESSION_LITERAL
The 'Session' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Ejb Ref Type' enumerators |
Method Summary | |
---|---|
static EjbRefType |
get(int value)
Returns the 'Ejb Ref Type' literal with the specified integer value |
static EjbRefType |
get(java.lang.String literal)
Returns the 'Ejb Ref Type' literal with the specified literal value |
static EjbRefType |
getByName(java.lang.String name)
Returns the 'Ejb Ref 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 SESSION
public static final int ENTITY
public static final EjbRefType SESSION_LITERAL
If the meaning of 'Session' literal object isn't clear, there really should be more of a description here...
SESSION
public static final EjbRefType ENTITY_LITERAL
If the meaning of 'Entity' literal object isn't clear, there really should be more of a description here...
ENTITY
public static final java.util.List VALUES
Method Detail |
public static EjbRefType get(java.lang.String literal)
public static EjbRefType getByName(java.lang.String name)
public static EjbRefType get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |