com.ibm.websphere.http.headers

Class HTTPAuthenticationType

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.websphere.http.headers.HTTPAuthenticationType
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class HTTPAuthenticationType
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'HTTP Authentication Type', and utility methods for working with them.
See Also:
HeadersPackage.getHTTPAuthenticationType()

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
BASIC
The 'Basic' literal value.
  1. static
  2. HTTPAuthenticationType
BASIC_LITERAL
The 'Basic' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'HTTP Authentication Type' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. HTTPAuthenticationType
get(int value)
Returns the 'HTTP Authentication Type' literal with the specified integer value
  1. static
  2. HTTPAuthenticationType
get(java.lang.String literal)
Returns the 'HTTP Authentication Type' literal with the specified literal value
  1. static
  2. HTTPAuthenticationType
getByName(java.lang.String name)
Returns the 'HTTP Authentication 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

  1. public static final java.lang.String COPYRIGHT
See Also:

BASIC

  1. public static final int BASIC
The 'Basic' literal value.
See Also:

BASIC_LITERAL

  1. public static final HTTPAuthenticationType BASIC_LITERAL
The 'Basic' literal object.
See Also:

VALUES

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

Method Detail

get

  1. public static HTTPAuthenticationType get( java.lang.String literal)
Returns the 'HTTP Authentication Type' literal with the specified literal value.

getByName

  1. public static HTTPAuthenticationType getByName( java.lang.String name)
Returns the 'HTTP Authentication Type' literal with the specified name.

get

  1. public static HTTPAuthenticationType get( int value)
Returns the 'HTTP Authentication Type' literal with the specified integer value.