Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.MessageDestinationType
Packages that use MessageDestinationType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return MessageDestinationTypeModifier and TypeMethodDescriptionMessageDestinationType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationType.displayName(String... values) Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementSets theidattributeMessageDestinationType.messageDestinationName(String messageDestinationName) Sets themessage-destination-nameelementMessageDestinationType.removeAllDescription()Removes thedescriptionelementMessageDestinationType.removeAllDisplayName()Removes thedisplay-nameelementMessageDestinationType.removeAllIcon()Removes alliconelementsMessageDestinationType.removeId()Removes theidattributeMessageDestinationType.removeMessageDestinationName()Removes themessage-destination-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return types with arguments of type MessageDestinationTypeModifier and TypeMethodDescriptionMessageDestinationType.createIcon()Creates a newiconelementMessageDestinationType.getAllIcon()Returns alliconelementsMessageDestinationType.getOrCreateIcon()If not already created, a newiconelement will be created and returned. -
Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement MessageDestinationTypeModifier and TypeClassDescriptionclassThis class implements themessage-destinationTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return MessageDestinationTypeModifier and TypeMethodDescriptionMessageDestinationTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationTypeImpl.displayName(String... values) Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementSets theidattributeMessageDestinationTypeImpl.messageDestinationName(String messageDestinationName) Sets themessage-destination-nameelementMessageDestinationTypeImpl.removeAllDescription()Removes thedescriptionelementMessageDestinationTypeImpl.removeAllDisplayName()Removes thedisplay-nameelementMessageDestinationTypeImpl.removeAllIcon()Removes alliconelementsMessageDestinationTypeImpl.removeId()Removes theidattributeMessageDestinationTypeImpl.removeMessageDestinationName()Removes themessage-destination-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return types with arguments of type MessageDestinationTypeModifier and TypeMethodDescriptionMessageDestinationTypeImpl.createIcon()Creates a newiconelementMessageDestinationTypeImpl.getAllIcon()Returns alliconelementsMessageDestinationTypeImpl.getOrCreateIcon()If not already created, a newiconelement will be created and returned.