org.eclipse.jst.j2ee.webapplication
Class AuthMethodKind

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.webapplication.AuthMethodKind
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

Since:
1.0
See Also:
Serialized Form

Field Summary
static int BASIC
           
static AuthMethodKind BASIC_LITERAL
          The 'BASIC' literal object
static int CLIENT_CERT
           
static AuthMethodKind CLIENT_CERT_LITERAL
          The 'CLIENT CERT' literal object
static int DIGEST
           
static AuthMethodKind DIGEST_LITERAL
          The 'DIGEST' literal object
static int FORM
           
static AuthMethodKind FORM_LITERAL
          The 'FORM' literal object
static int UNSPECIFIED
           
static AuthMethodKind UNSPECIFIED_LITERAL
          The 'UNSPECIFIED' literal object
static java.util.List VALUES
          A public read-only list of all the 'Auth Method Kind' enumerators
 
Method Summary
static AuthMethodKind get(int value)
          Returns the 'Auth Method Kind' literal with the specified integer value
static AuthMethodKind get(java.lang.String literal)
          Returns the 'Auth Method Kind' literal with the specified literal value
static AuthMethodKind getByName(java.lang.String name)
          Returns the 'Auth Method Kind' 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSPECIFIED

public static final int UNSPECIFIED
See Also:
Constant Field Values

BASIC

public static final int BASIC
See Also:
Constant Field Values

DIGEST

public static final int DIGEST
See Also:
Constant Field Values

FORM

public static final int FORM
See Also:
Constant Field Values

CLIENT_CERT

public static final int CLIENT_CERT
See Also:
Constant Field Values

UNSPECIFIED_LITERAL

public static final AuthMethodKind UNSPECIFIED_LITERAL
The 'UNSPECIFIED' literal object.

If the meaning of 'UNSPECIFIED' literal object isn't clear, there really should be more of a description here...

See Also:
UNSPECIFIED

BASIC_LITERAL

public static final AuthMethodKind BASIC_LITERAL
The 'BASIC' literal object.

If the meaning of 'BASIC' literal object isn't clear, there really should be more of a description here...

See Also:
BASIC

DIGEST_LITERAL

public static final AuthMethodKind DIGEST_LITERAL
The 'DIGEST' literal object.

If the meaning of 'DIGEST' literal object isn't clear, there really should be more of a description here...

See Also:
DIGEST

FORM_LITERAL

public static final AuthMethodKind FORM_LITERAL
The 'FORM' literal object.

If the meaning of 'FORM' literal object isn't clear, there really should be more of a description here...

See Also:
FORM

CLIENT_CERT_LITERAL

public static final AuthMethodKind CLIENT_CERT_LITERAL
The 'CLIENT CERT' literal object.

If the meaning of 'CLIENT CERT' literal object isn't clear, there really should be more of a description here...

See Also:
CLIENT_CERT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Auth Method Kind' enumerators.

Method Detail

get

public static AuthMethodKind get(java.lang.String literal)
Returns the 'Auth Method Kind' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static AuthMethodKind getByName(java.lang.String name)
Returns the 'Auth Method Kind' literal with the specified name.


get

public static AuthMethodKind get(int value)
Returns the 'Auth Method Kind' literal with the specified integer value.