Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.MessageDestinationType
-
Packages that use MessageDestinationType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return MessageDestinationType Modifier and Type Method Description MessageDestinationType<T>MessageDestinationType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationType<T>MessageDestinationType. displayName(String... values)Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementMessageDestinationType<T>MessageDestinationType. id(String id)Sets theidattributeMessageDestinationType<T>MessageDestinationType. lookupName(String lookupName)Sets thelookup-nameelementMessageDestinationType<T>MessageDestinationType. mappedName(String mappedName)Sets themapped-nameelementMessageDestinationType<T>MessageDestinationType. messageDestinationName(String messageDestinationName)Sets themessage-destination-nameelementMessageDestinationType<T>MessageDestinationType. removeAllDescription()Removes thedescriptionelementMessageDestinationType<T>MessageDestinationType. removeAllDisplayName()Removes thedisplay-nameelementMessageDestinationType<T>MessageDestinationType. removeAllIcon()Removes alliconelementsMessageDestinationType<T>MessageDestinationType. removeId()Removes theidattributeMessageDestinationType<T>MessageDestinationType. removeLookupName()Removes thelookup-nameelementMessageDestinationType<T>MessageDestinationType. removeMappedName()Removes themapped-nameelementMessageDestinationType<T>MessageDestinationType. removeMessageDestinationName()Removes themessage-destination-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type MessageDestinationType Modifier and Type Method Description IconType<MessageDestinationType<T>>MessageDestinationType. createIcon()Creates a newiconelementList<IconType<MessageDestinationType<T>>>MessageDestinationType. getAllIcon()Returns alliconelementsIconType<MessageDestinationType<T>>MessageDestinationType. getOrCreateIcon()If not already created, a newiconelement will be created and returned. -
Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement MessageDestinationType Modifier and Type Class Description classMessageDestinationTypeImpl<T>This class implements themessage-destinationTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return MessageDestinationType Modifier and Type Method Description MessageDestinationType<T>MessageDestinationTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationType<T>MessageDestinationTypeImpl. displayName(String... values)Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. id(String id)Sets theidattributeMessageDestinationType<T>MessageDestinationTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. mappedName(String mappedName)Sets themapped-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. messageDestinationName(String messageDestinationName)Sets themessage-destination-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. removeAllDescription()Removes thedescriptionelementMessageDestinationType<T>MessageDestinationTypeImpl. removeAllDisplayName()Removes thedisplay-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. removeAllIcon()Removes alliconelementsMessageDestinationType<T>MessageDestinationTypeImpl. removeId()Removes theidattributeMessageDestinationType<T>MessageDestinationTypeImpl. removeLookupName()Removes thelookup-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. removeMappedName()Removes themapped-nameelementMessageDestinationType<T>MessageDestinationTypeImpl. removeMessageDestinationName()Removes themessage-destination-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type MessageDestinationType Modifier and Type Method Description IconType<MessageDestinationType<T>>MessageDestinationTypeImpl. createIcon()Creates a newiconelementList<IconType<MessageDestinationType<T>>>MessageDestinationTypeImpl. getAllIcon()Returns alliconelementsIconType<MessageDestinationType<T>>MessageDestinationTypeImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.
-