|
||||||||||
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.common.MessageDestinationUsageType
public final class MessageDestinationUsageType
A representation of the literals of the enumeration 'Message Destination Usage Type', and utility methods for working with them.
CommonPackage.getMessageDestinationUsageType()
,
Serialized FormField 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 |
---|
public static final int CONSUMES
CONSUMES_LITERAL
,
Constant Field Valuespublic static final int PRODUCES
PRODUCES_LITERAL
,
Constant Field Valuespublic static final int CONSUMES_PRODUCES
CONSUMES_PRODUCES_LITERAL
,
Constant Field Valuespublic static final MessageDestinationUsageType CONSUMES_LITERAL
If the meaning of 'Consumes' literal object isn't clear, there really should be more of a description here...
CONSUMES
public static final MessageDestinationUsageType PRODUCES_LITERAL
If the meaning of 'Produces' literal object isn't clear, there really should be more of a description here...
PRODUCES
public static final MessageDestinationUsageType CONSUMES_PRODUCES_LITERAL
If the meaning of 'Consumes Produces' literal object isn't clear, there really should be more of a description here...
CONSUMES_PRODUCES
public static final java.util.List VALUES
Method Detail |
---|
public static MessageDestinationUsageType get(java.lang.String literal)
name
- passes literal name
public static MessageDestinationUsageType getByName(java.lang.String name)
public static MessageDestinationUsageType get(int value)
value
- passes literal value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |