public final class HTTPVersion
extends org.eclipse.emf.common.util.AbstractEnumerator
HeadersPackage.getHTTPVersion()
Modifier and Type | Field and Description |
---|---|
static int |
_10
The '10' literal value.
|
static HTTPVersion |
_10_LITERAL
The '10' literal object
|
static int |
_11
The '11' literal value.
|
static HTTPVersion |
_11_LITERAL
The '11' literal object
|
static java.lang.String |
COPYRIGHT |
static java.util.List |
VALUES
A public read-only list of all the 'HTTP Version' enumerators
|
Modifier and Type | Method and Description |
---|---|
static HTTPVersion |
get(int value)
Returns the 'HTTP Version' literal with the specified integer value
|
static HTTPVersion |
get(java.lang.String literal)
Returns the 'HTTP Version' literal with the specified literal value
|
static HTTPVersion |
getByName(java.lang.String name)
Returns the 'HTTP Version' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int _10
_10_LITERAL
,
Constant Field Valuespublic static final int _11
_11_LITERAL
,
Constant Field Valuespublic static final HTTPVersion _10_LITERAL
_10
public static final HTTPVersion _11_LITERAL
_11
public static final java.util.List VALUES
public static HTTPVersion get(java.lang.String literal)
public static HTTPVersion getByName(java.lang.String name)
public static HTTPVersion get(int value)