org.eclipse.jst.j2ee.jca
Class AuthenticationMechanismType

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

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

Since:
1.0
See Also:
Serialized Form

Field Summary
static int BASIC_PASSWORD
           
static AuthenticationMechanismType BASIC_PASSWORD_LITERAL
          The 'Basic Password' literal object
static int KERBV5
           
static AuthenticationMechanismType KERBV5_LITERAL
          The 'Kerbv5' literal object
static java.util.List VALUES
          A public read-only list of all the 'Authentication Mechanism Type' enumerators
 
Method Summary
static AuthenticationMechanismType get(int value)
          Returns the 'Authentication Mechanism Type' literal with the specified integer value
static AuthenticationMechanismType get(java.lang.String literal)
          Returns the 'Authentication Mechanism Type' literal with the specified literal value
static AuthenticationMechanismType getByName(java.lang.String name)
          Returns the 'Authentication Mechanism 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BASIC_PASSWORD

public static final int BASIC_PASSWORD
See Also:
Constant Field Values

KERBV5

public static final int KERBV5
See Also:
Constant Field Values

BASIC_PASSWORD_LITERAL

public static final AuthenticationMechanismType BASIC_PASSWORD_LITERAL
The 'Basic Password' literal object.

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

See Also:
BASIC_PASSWORD

KERBV5_LITERAL

public static final AuthenticationMechanismType KERBV5_LITERAL
The 'Kerbv5' literal object.

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

See Also:
KERBV5

VALUES

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

Method Detail

get

public static AuthenticationMechanismType get(java.lang.String literal)
Returns the 'Authentication Mechanism Type' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static AuthenticationMechanismType getByName(java.lang.String name)
Returns the 'Authentication Mechanism Type' literal with the specified name.


get

public static AuthenticationMechanismType get(int value)
Returns the 'Authentication Mechanism Type' literal with the specified integer value.