Uses of Class
org.eclipse.modisco.jee.webapp.webapp30.AddressingResponsesTypeBase

Packages that use AddressingResponsesTypeBase
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of AddressingResponsesTypeBase in org.eclipse.modisco.jee.webapp.webapp30
 

Fields in org.eclipse.modisco.jee.webapp.webapp30 with type parameters of type AddressingResponsesTypeBase
static java.util.List<AddressingResponsesTypeBase> AddressingResponsesTypeBase.VALUES
          A public read-only list of all the 'Addressing Responses Type Base' enumerators.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return AddressingResponsesTypeBase
static AddressingResponsesTypeBase AddressingResponsesTypeBase.get(int value)
          Returns the 'Addressing Responses Type Base' literal with the specified integer value.
static AddressingResponsesTypeBase AddressingResponsesTypeBase.get(java.lang.String literal)
          Returns the 'Addressing Responses Type Base' literal with the specified literal value.
static AddressingResponsesTypeBase AddressingResponsesTypeBase.getByName(java.lang.String name)
          Returns the 'Addressing Responses Type Base' literal with the specified name.
static AddressingResponsesTypeBase AddressingResponsesTypeBase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AddressingResponsesTypeBase[] AddressingResponsesTypeBase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.