Uses of Class
org.eclipse.jst.j2ee.common.MessageDestinationUsageType

Packages that use MessageDestinationUsageType
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
 

Uses of MessageDestinationUsageType in org.eclipse.jst.j2ee.common
 

Fields in org.eclipse.jst.j2ee.common declared as MessageDestinationUsageType
static MessageDestinationUsageType MessageDestinationUsageType.CONSUMES_LITERAL
          The 'Consumes' literal object
static MessageDestinationUsageType MessageDestinationUsageType.PRODUCES_LITERAL
          The 'Produces' literal object
static MessageDestinationUsageType MessageDestinationUsageType.CONSUMES_PRODUCES_LITERAL
          The 'Consumes Produces' literal object
 

Methods in org.eclipse.jst.j2ee.common that return MessageDestinationUsageType
static MessageDestinationUsageType MessageDestinationUsageType.get(java.lang.String literal)
          Returns the 'Message Destination Usage Type' literal with the specified literal value
static MessageDestinationUsageType MessageDestinationUsageType.getByName(java.lang.String name)
          Returns the 'Message Destination Usage Type' literal with the specified name
static MessageDestinationUsageType MessageDestinationUsageType.get(int value)
          Returns the 'Message Destination Usage Type' literal with the specified integer value
 MessageDestinationUsageType MessageDestinationRef.getUsage()
          Returns the value of the 'Usage' attribute.
 

Methods in org.eclipse.jst.j2ee.common with parameters of type MessageDestinationUsageType
 void MessageDestinationRef.setUsage(MessageDestinationUsageType value)
          Sets the value of the 'Usage' attribute