|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.websphere.models.config.cmm.DestinationType
public final class DestinationType
A representation of the literals of the enumeration 'Destination Type', and utility methods for working with them. An enumerated list of JMS destination types, used by the extended messaging InputPort resource factory. Valid values include QUEUE and TOPIC.
CmmPackage.getDestinationType()
Field Summary | |
---|---|
static int |
QUEUE
The 'QUEUE' literal value |
static DestinationType |
QUEUE_LITERAL
The 'QUEUE' literal object |
static int |
TOPIC
The 'TOPIC' literal value |
static DestinationType |
TOPIC_LITERAL
The 'TOPIC' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Destination Type' enumerators |
Method Summary | |
---|---|
static DestinationType |
get(int value)
Returns the 'Destination Type' literal with the specified integer value |
static DestinationType |
get(java.lang.String literal)
Returns the 'Destination Type' literal with the specified literal value |
static DestinationType |
getByName(java.lang.String name)
Returns the 'Destination 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int QUEUE
If the meaning of 'QUEUE' literal object isn't clear, there really should be more of a description here...
QUEUE_LITERAL
,
Constant Field Valuespublic static final int TOPIC
If the meaning of 'TOPIC' literal object isn't clear, there really should be more of a description here...
TOPIC_LITERAL
,
Constant Field Valuespublic static final DestinationType QUEUE_LITERAL
QUEUE
public static final DestinationType TOPIC_LITERAL
TOPIC
public static final java.util.List VALUES
Method Detail |
---|
public static DestinationType get(java.lang.String literal)
public static DestinationType getByName(java.lang.String name)
public static DestinationType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |