|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.jst.j2ee.jca.AuthenticationMechanismType
public final class AuthenticationMechanismType
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 |
---|
public static final int BASIC_PASSWORD
public static final int KERBV5
public static final AuthenticationMechanismType BASIC_PASSWORD_LITERAL
If the meaning of 'Basic Password' literal object isn't clear, there really should be more of a description here...
BASIC_PASSWORD
public static final AuthenticationMechanismType KERBV5_LITERAL
If the meaning of 'Kerbv5' literal object isn't clear, there really should be more of a description here...
KERBV5
public static final java.util.List VALUES
Method Detail |
---|
public static AuthenticationMechanismType get(java.lang.String literal)
name
- passes literal name
public static AuthenticationMechanismType getByName(java.lang.String name)
public static AuthenticationMechanismType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |