Uses of Class
org.eclipse.modisco.jee.webapp.webapp30.MessageDestinationUsageTypeBase

Packages that use MessageDestinationUsageTypeBase
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of MessageDestinationUsageTypeBase in org.eclipse.modisco.jee.webapp.webapp30
 

Fields in org.eclipse.modisco.jee.webapp.webapp30 with type parameters of type MessageDestinationUsageTypeBase
static java.util.List<MessageDestinationUsageTypeBase> MessageDestinationUsageTypeBase.VALUES
          A public read-only list of all the 'Message Destination Usage Type Base' enumerators.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return MessageDestinationUsageTypeBase
static MessageDestinationUsageTypeBase MessageDestinationUsageTypeBase.get(int value)
          Returns the 'Message Destination Usage Type Base' literal with the specified integer value.
static MessageDestinationUsageTypeBase MessageDestinationUsageTypeBase.get(java.lang.String literal)
          Returns the 'Message Destination Usage Type Base' literal with the specified literal value.
static MessageDestinationUsageTypeBase MessageDestinationUsageTypeBase.getByName(java.lang.String name)
          Returns the 'Message Destination Usage Type Base' literal with the specified name.
static MessageDestinationUsageTypeBase MessageDestinationUsageTypeBase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageDestinationUsageTypeBase[] MessageDestinationUsageTypeBase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.