Uses of Class
org.jboss.shrinkwrap.descriptor.api.j2ee14.MessageDestinationUsageType
-
Packages that use MessageDestinationUsageType Package Description org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.j2ee14 Provides the implementation classes as defined in the schema -
-
Uses of MessageDestinationUsageType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return MessageDestinationUsageType Modifier and Type Method Description static MessageDestinationUsageTypeMessageDestinationUsageType. getFromStringValue(String value)MessageDestinationUsageTypeMessageDestinationRefType. getMessageDestinationUsage()Returns themessage-destination-usageelementstatic MessageDestinationUsageTypeMessageDestinationUsageType. valueOf(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.j2ee14 with parameters of type MessageDestinationUsageType Modifier and Type Method Description MessageDestinationRefType<T>MessageDestinationRefType. messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)Sets themessage-destination-usageelement -
Uses of MessageDestinationUsageType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return MessageDestinationUsageType Modifier and Type Method Description MessageDestinationUsageTypeMessageDestinationRefTypeImpl. getMessageDestinationUsage()Returns themessage-destination-usageelementMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 with parameters of type MessageDestinationUsageType Modifier and Type Method Description MessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)Sets themessage-destination-usageelement
-