|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.ejb.MethodElementKind
Field Summary | |
---|---|
static int |
HOME
|
static MethodElementKind |
HOME_LITERAL
The 'Home' literal object |
static int |
LOCAL
|
static int |
LOCAL_HOME
|
static MethodElementKind |
LOCAL_HOME_LITERAL
The 'Local Home' literal object |
static MethodElementKind |
LOCAL_LITERAL
The 'Local' literal object |
static int |
REMOTE
|
static MethodElementKind |
REMOTE_LITERAL
The 'Remote' literal object |
static int |
SERVICE_ENDPOINT
The 'Service Endpoint' literal value |
static MethodElementKind |
SERVICE_ENDPOINT_LITERAL
The 'Service Endpoint' literal object |
static int |
UNSPECIFIED
|
static MethodElementKind |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Method Element Kind' enumerators |
Method Summary | |
---|---|
static MethodElementKind |
get(int value)
Returns the 'Method Element Kind' literal with the specified integer value |
static MethodElementKind |
get(java.lang.String literal)
Returns the 'Method Element Kind' literal with the specified literal value |
static MethodElementKind |
getByName(java.lang.String name)
Returns the 'Method Element Kind' 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 UNSPECIFIED
public static final int REMOTE
public static final int HOME
public static final int LOCAL
public static final int LOCAL_HOME
public static final int SERVICE_ENDPOINT
SERVICE_ENDPOINT_LITERAL
,
Constant Field Valuespublic static final MethodElementKind UNSPECIFIED_LITERAL
If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED
public static final MethodElementKind 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 MethodElementKind HOME_LITERAL
If the meaning of 'Home' literal object isn't clear, there really should be more of a description here...
HOME
public static final MethodElementKind 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 MethodElementKind LOCAL_HOME_LITERAL
If the meaning of 'Local Home' literal object isn't clear, there really should be more of a description here...
LOCAL_HOME
public static final MethodElementKind SERVICE_ENDPOINT_LITERAL
If the meaning of 'Service Endpoint' literal object isn't clear, there really should be more of a description here...
SERVICE_ENDPOINT
public static final java.util.List VALUES
Method Detail |
public static MethodElementKind get(java.lang.String literal)
public static MethodElementKind getByName(java.lang.String name)
public static MethodElementKind get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |