org.eclipse.jst.j2ee.common
Class MessageDestinationUsageType

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

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

A representation of the literals of the enumeration 'Message Destination Usage Type', and utility methods for working with them.

See Also:
CommonPackage.getMessageDestinationUsageType(), Serialized Form

Field Summary
static int CONSUMES
          The 'Consumes' literal value
static MessageDestinationUsageType CONSUMES_LITERAL
          The 'Consumes' literal object
static int CONSUMES_PRODUCES
          The 'Consumes Produces' literal value
static MessageDestinationUsageType CONSUMES_PRODUCES_LITERAL
          The 'Consumes Produces' literal object
static int PRODUCES
          The 'Produces' literal value
static MessageDestinationUsageType PRODUCES_LITERAL
          The 'Produces' literal object
static java.util.List VALUES
          A public read-only list of all the 'Message Destination Usage Type' enumerators
 
Method Summary
static MessageDestinationUsageType get(int value)
          Returns the 'Message Destination Usage Type' literal with the specified integer value
static MessageDestinationUsageType get(java.lang.String literal)
          Returns the 'Message Destination Usage Type' literal with the specified literal value
static MessageDestinationUsageType getByName(java.lang.String name)
          Returns the 'Message Destination Usage Type' 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

CONSUMES

public static final int CONSUMES
The 'Consumes' literal value.

See Also:
CONSUMES_LITERAL, Constant Field Values

PRODUCES

public static final int PRODUCES
The 'Produces' literal value.

See Also:
PRODUCES_LITERAL, Constant Field Values

CONSUMES_PRODUCES

public static final int CONSUMES_PRODUCES
The 'Consumes Produces' literal value.

See Also:
CONSUMES_PRODUCES_LITERAL, Constant Field Values

CONSUMES_LITERAL

public static final MessageDestinationUsageType CONSUMES_LITERAL
The 'Consumes' literal object.

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

See Also:
CONSUMES

PRODUCES_LITERAL

public static final MessageDestinationUsageType PRODUCES_LITERAL
The 'Produces' literal object.

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

See Also:
PRODUCES

CONSUMES_PRODUCES_LITERAL

public static final MessageDestinationUsageType CONSUMES_PRODUCES_LITERAL
The 'Consumes Produces' literal object.

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

See Also:
CONSUMES_PRODUCES

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Message Destination Usage Type' enumerators.

Method Detail

get

public static MessageDestinationUsageType get(java.lang.String literal)
Returns the 'Message Destination Usage Type' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static MessageDestinationUsageType getByName(java.lang.String name)
Returns the 'Message Destination Usage Type' literal with the specified name.


get

public static MessageDestinationUsageType get(int value)
Returns the 'Message Destination Usage Type' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance