public final class HTTPProxyType
extends org.eclipse.emf.common.util.AbstractEnumerator
HeadersPackage.getHTTPProxyType()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
HTTP
The 'Http' literal value.
|
static HTTPProxyType |
HTTP_LITERAL
The 'Http' literal object
|
static int |
HTTPS
The 'Https' literal value.
|
static HTTPProxyType |
HTTPS_LITERAL
The 'Https' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'HTTP Proxy Type' enumerators
|
Modifier and Type | Method and Description |
---|---|
static HTTPProxyType |
get(int value)
Returns the 'HTTP Proxy Type' literal with the specified integer value
|
static HTTPProxyType |
get(java.lang.String literal)
Returns the 'HTTP Proxy Type' literal with the specified literal value
|
static HTTPProxyType |
getByName(java.lang.String name)
Returns the 'HTTP Proxy Type' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int HTTP
HTTP_LITERAL
,
Constant Field Valuespublic static final int HTTPS
HTTPS_LITERAL
,
Constant Field Valuespublic static final HTTPProxyType HTTP_LITERAL
HTTP
public static final HTTPProxyType HTTPS_LITERAL
HTTPS
public static final java.util.List VALUES
public static HTTPProxyType get(java.lang.String literal)
public static HTTPProxyType getByName(java.lang.String name)
public static HTTPProxyType get(int value)