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

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

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

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

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