com.ibm.websphere.models.config.cmm
Class DestinationType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.models.config.cmm.DestinationType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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.

See Also:
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

QUEUE

public static final int QUEUE
The 'QUEUE' literal value.

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

See Also:
QUEUE_LITERAL, Constant Field Values

TOPIC

public static final int TOPIC
The 'TOPIC' literal value.

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

See Also:
TOPIC_LITERAL, Constant Field Values

QUEUE_LITERAL

public static final DestinationType QUEUE_LITERAL
The 'QUEUE' literal object.

See Also:
QUEUE

TOPIC_LITERAL

public static final DestinationType TOPIC_LITERAL
The 'TOPIC' literal object.

See Also:
TOPIC

VALUES

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

Method Detail

get

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


getByName

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


get

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