com.ibm.websphere.http.headers
Class HTTPAuthenticationType
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.websphere.http.headers.HTTPAuthenticationType
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class HTTPAuthenticationType
- extends org.eclipse.emf.common.util.AbstractEnumerator
See Also:
HeadersPackage.getHTTPAuthenticationType()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
BASIC
The 'Basic' literal value.
|
|
BASIC_LITERAL
The 'Basic' literal object
|
|
COPYRIGHT
|
|
VALUES
A public read-only list of all the 'HTTP Authentication Type' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'HTTP Authentication Type' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'HTTP Authentication Type' literal with the specified literal value
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
BASIC
- public static final int BASIC
The 'Basic' literal value.
See Also:
BASIC_LITERAL
- public static final HTTPAuthenticationType BASIC_LITERAL
The 'Basic' literal object.
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'HTTP Authentication Type' enumerators.
Method Detail
get
- public static HTTPAuthenticationType get( java.lang.String literal)
Returns the 'HTTP Authentication Type' literal with the specified literal value.
getByName
- public static HTTPAuthenticationType getByName( java.lang.String name)
Returns the 'HTTP Authentication Type' literal with the specified name.
get
- public static HTTPAuthenticationType get( int value)
Returns the 'HTTP Authentication Type' literal with the specified integer value.