Uses of Class
org.eclipse.modisco.jee.webapp.webapp24.HttpMethodTypeBase

Packages that use HttpMethodTypeBase
org.eclipse.modisco.jee.webapp.webapp24   
 

Uses of HttpMethodTypeBase in org.eclipse.modisco.jee.webapp.webapp24
 

Fields in org.eclipse.modisco.jee.webapp.webapp24 with type parameters of type HttpMethodTypeBase
static java.util.List<HttpMethodTypeBase> HttpMethodTypeBase.VALUES
          A public read-only list of all the 'Http Method Type Base' enumerators.
 

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