|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodElementKind | |
---|---|
org.eclipse.jst.j2ee.ejb |
Uses of MethodElementKind in org.eclipse.jst.j2ee.ejb |
---|
Fields in org.eclipse.jst.j2ee.ejb declared as MethodElementKind | |
static MethodElementKind |
MethodElementKind.UNSPECIFIED_LITERAL
The 'Unspecified' literal object |
static MethodElementKind |
MethodElementKind.REMOTE_LITERAL
The 'Remote' literal object |
static MethodElementKind |
MethodElementKind.HOME_LITERAL
The 'Home' literal object |
static MethodElementKind |
MethodElementKind.LOCAL_LITERAL
The 'Local' literal object |
static MethodElementKind |
MethodElementKind.LOCAL_HOME_LITERAL
The 'Local Home' literal object |
static MethodElementKind |
MethodElementKind.SERVICE_ENDPOINT_LITERAL
The 'Service Endpoint' literal object |
Methods in org.eclipse.jst.j2ee.ejb that return MethodElementKind | |
static MethodElementKind |
MethodElementKind.get(java.lang.String literal)
Returns the 'Method Element Kind' literal with the specified literal value |
static MethodElementKind |
MethodElementKind.getByName(java.lang.String name)
Returns the 'Method Element Kind' literal with the specified name |
static MethodElementKind |
MethodElementKind.get(int value)
Returns the 'Method Element Kind' literal with the specified integer value |
MethodElementKind |
MethodElement.getType()
|
Methods in org.eclipse.jst.j2ee.ejb with parameters of type MethodElementKind | |
void |
MethodElement.setType(MethodElementKind value)
Sets the value of the ' Type ' attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |