Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee5.MessageDestinationUsageType

Packages that use MessageDestinationUsageType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

Uses of MessageDestinationUsageType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return MessageDestinationUsageType
static MessageDestinationUsageType MessageDestinationUsageType.getFromStringValue(java.lang.String value)
           
 MessageDestinationUsageType MessageDestinationRefType.getMessageDestinationUsage()
          Returns the message-destination-usage element
static MessageDestinationUsageType MessageDestinationUsageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageDestinationUsageType[] MessageDestinationUsageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 with parameters of type MessageDestinationUsageType
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 

Uses of MessageDestinationUsageType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return MessageDestinationUsageType
 MessageDestinationUsageType MessageDestinationRefType.getMessageDestinationUsage()
          Returns the message-destination-usage element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 with parameters of type MessageDestinationUsageType
 MessageDestinationRefType<T> MessageDestinationRefType.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 

Uses of MessageDestinationUsageType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return MessageDestinationUsageType
 MessageDestinationUsageType MessageDestinationRefTypeImpl.getMessageDestinationUsage()
          Returns the message-destination-usage element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 with parameters of type MessageDestinationUsageType
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.
 

Uses of MessageDestinationUsageType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return MessageDestinationUsageType
 MessageDestinationUsageType MessageDestinationRefTypeImpl.getMessageDestinationUsage()
          Returns the message-destination-usage element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 with parameters of type MessageDestinationUsageType
 MessageDestinationRefType<T> MessageDestinationRefTypeImpl.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          If not already created, a new message-destination-usage element with the given value will be created.