|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessageDestinationUsageTypeBase>
org.eclipse.modisco.jee.webapp.webapp30.MessageDestinationUsageTypeBase
public enum MessageDestinationUsageTypeBase
A representation of the literals of the enumeration 'Message Destination Usage Type Base', and utility methods for working with them.
Webapp30Package.getMessageDestinationUsageTypeBase()
Enum Constant Summary | |
---|---|
CONSUMES
The 'Consumes' literal object. |
|
CONSUMES_PRODUCES
The 'Consumes Produces' literal object. |
|
PRODUCES
The 'Produces' literal object. |
Field Summary | |
---|---|
static int |
CONSUMES_PRODUCES_VALUE
The 'Consumes Produces' literal value. |
static int |
CONSUMES_VALUE
The 'Consumes' literal value. |
static int |
PRODUCES_VALUE
The 'Produces' literal value. |
static java.util.List<MessageDestinationUsageTypeBase> |
VALUES
A public read-only list of all the 'Message Destination Usage Type Base' enumerators. |
Method Summary | |
---|---|
static MessageDestinationUsageTypeBase |
get(int value)
Returns the 'Message Destination Usage Type Base' literal with the specified integer value. |
static MessageDestinationUsageTypeBase |
get(java.lang.String literal)
Returns the 'Message Destination Usage Type Base' literal with the specified literal value. |
static MessageDestinationUsageTypeBase |
getByName(java.lang.String name)
Returns the 'Message Destination Usage Type Base' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static MessageDestinationUsageTypeBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageDestinationUsageTypeBase[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessageDestinationUsageTypeBase CONSUMES
CONSUMES_VALUE
public static final MessageDestinationUsageTypeBase PRODUCES
PRODUCES_VALUE
public static final MessageDestinationUsageTypeBase CONSUMES_PRODUCES
CONSUMES_PRODUCES_VALUE
Field Detail |
---|
public static final int CONSUMES_VALUE
If the meaning of 'Consumes' literal object isn't clear, there really should be more of a description here...
CONSUMES
,
Constant Field Valuespublic static final int PRODUCES_VALUE
If the meaning of 'Produces' literal object isn't clear, there really should be more of a description here...
PRODUCES
,
Constant Field Valuespublic static final int CONSUMES_PRODUCES_VALUE
If the meaning of 'Consumes Produces' literal object isn't clear, there really should be more of a description here...
CONSUMES_PRODUCES
,
Constant Field Valuespublic static final java.util.List<MessageDestinationUsageTypeBase> VALUES
Method Detail |
---|
public static final MessageDestinationUsageTypeBase[] values()
for(MessageDestinationUsageTypeBase c : MessageDestinationUsageTypeBase.values()) System.out.println(c);
public static MessageDestinationUsageTypeBase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static MessageDestinationUsageTypeBase get(java.lang.String literal)
public static MessageDestinationUsageTypeBase getByName(java.lang.String name)
public static MessageDestinationUsageTypeBase get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<MessageDestinationUsageTypeBase>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |