IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.http.headers
Class HTTPProxyType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.http.headers.HTTPProxyType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class HTTPProxyType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'HTTP Proxy Type', and utility methods for working with them.

See Also:
HeadersPackage.getHTTPProxyType()

Field Summary
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
 
Method Summary
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
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

HTTP

public static final int HTTP
The 'Http' literal value.

See Also:
HTTP_LITERAL, Constant Field Values

HTTPS

public static final int HTTPS
The 'Https' literal value.

See Also:
HTTPS_LITERAL, Constant Field Values

HTTP_LITERAL

public static final HTTPProxyType HTTP_LITERAL
The 'Http' literal object.

See Also:
HTTP

HTTPS_LITERAL

public static final HTTPProxyType HTTPS_LITERAL
The 'Https' literal object.

See Also:
HTTPS

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'HTTP Proxy Type' enumerators.

Method Detail

get

public static HTTPProxyType get(java.lang.String literal)
Returns the 'HTTP Proxy Type' literal with the specified literal value.


getByName

public static HTTPProxyType getByName(java.lang.String name)
Returns the 'HTTP Proxy Type' literal with the specified name.


get

public static HTTPProxyType get(int value)
Returns the 'HTTP Proxy Type' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 7