|
||||||||||
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.ejb.ReturnTypeMapping
public final class ReturnTypeMapping
Field Summary | |
---|---|
static int |
LOCAL
|
static ReturnTypeMapping |
LOCAL_LITERAL
The 'Local' literal object |
static int |
REMOTE
|
static ReturnTypeMapping |
REMOTE_LITERAL
The 'Remote' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Return Type Mapping' enumerators |
Method Summary | |
---|---|
static ReturnTypeMapping |
get(int value)
Returns the 'Return Type Mapping' literal with the specified integer value |
static ReturnTypeMapping |
get(java.lang.String literal)
Returns the 'Return Type Mapping' literal with the specified literal value |
static ReturnTypeMapping |
getByName(java.lang.String name)
Returns the 'Return Type Mapping' 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 LOCAL
public static final int REMOTE
public static final ReturnTypeMapping LOCAL_LITERAL
If the meaning of 'Local' literal object isn't clear, there really should be more of a description here...
LOCAL
public static final ReturnTypeMapping REMOTE_LITERAL
If the meaning of 'Remote' literal object isn't clear, there really should be more of a description here...
REMOTE
public static final java.util.List VALUES
Method Detail |
---|
public static ReturnTypeMapping get(java.lang.String literal)
name
- passes literal name
public static ReturnTypeMapping getByName(java.lang.String name)
public static ReturnTypeMapping get(int value)
value
- passes literal value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |