Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.MessageDestinationType

Packages that use MessageDestinationType
org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types 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 MessageDestinationType
 MessageDestinationType<T> MessageDestinationType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationType.id(String id)
          Sets the id attribute
 MessageDestinationType<T> MessageDestinationType.messageDestinationName(String messageDestinationName)
          Sets the message-destination-name element
 MessageDestinationType<T> MessageDestinationType.removeAllDescription()
          Removes the description element
 MessageDestinationType<T> MessageDestinationType.removeAllDisplayName()
          Removes the display-name element
 MessageDestinationType<T> MessageDestinationType.removeAllIcon()
          Removes all icon elements
 MessageDestinationType<T> MessageDestinationType.removeId()
          Removes the id attribute
 MessageDestinationType<T> MessageDestinationType.removeMessageDestinationName()
          Removes the message-destination-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return types with arguments of type MessageDestinationType
 IconType<MessageDestinationType<T>> MessageDestinationType.createIcon()
          Creates a new icon element
 List<IconType<MessageDestinationType<T>>> MessageDestinationType.getAllIcon()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.