org.eclipse.jst.j2ee.ejb
Class MethodElementKind

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.ejb.MethodElementKind
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class MethodElementKind
extends org.eclipse.emf.common.util.AbstractEnumerator

Since:
1.0
See Also:
Serialized Form

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 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

UNSPECIFIED

public static final int UNSPECIFIED
See Also:
Constant Field Values

REMOTE

public static final int REMOTE
See Also:
Constant Field Values

HOME

public static final int HOME
See Also:
Constant Field Values

LOCAL

public static final int LOCAL
See Also:
Constant Field Values

LOCAL_HOME

public static final int LOCAL_HOME
See Also:
Constant Field Values

SERVICE_ENDPOINT

public static final int SERVICE_ENDPOINT
The 'Service Endpoint' literal value.

See Also:
SERVICE_ENDPOINT_LITERAL, Constant Field Values

UNSPECIFIED_LITERAL

public static final MethodElementKind UNSPECIFIED_LITERAL
The 'Unspecified' literal object.

If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...

See Also:
UNSPECIFIED

REMOTE_LITERAL

public static final MethodElementKind REMOTE_LITERAL
The 'Remote' literal object.

If the meaning of 'Remote' literal object isn't clear, there really should be more of a description here...

See Also:
REMOTE

HOME_LITERAL

public static final MethodElementKind HOME_LITERAL
The 'Home' literal object.

If the meaning of 'Home' literal object isn't clear, there really should be more of a description here...

See Also:
HOME

LOCAL_LITERAL

public static final MethodElementKind LOCAL_LITERAL
The 'Local' literal object.

If the meaning of 'Local' literal object isn't clear, there really should be more of a description here...

See Also:
LOCAL

LOCAL_HOME_LITERAL

public static final MethodElementKind LOCAL_HOME_LITERAL
The 'Local Home' literal object.

If the meaning of 'Local Home' literal object isn't clear, there really should be more of a description here...

See Also:
LOCAL_HOME

SERVICE_ENDPOINT_LITERAL

public static final MethodElementKind SERVICE_ENDPOINT_LITERAL
The 'Service Endpoint' literal object.

If the meaning of 'Service Endpoint' literal object isn't clear, there really should be more of a description here...

See Also:
SERVICE_ENDPOINT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Method Element Kind' enumerators.

Method Detail

get

public static MethodElementKind get(java.lang.String literal)
Returns the 'Method Element Kind' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static MethodElementKind getByName(java.lang.String name)
Returns the 'Method Element Kind' literal with the specified name.


get

public static MethodElementKind get(int value)
Returns the 'Method Element Kind' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance