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