public static enum VisitorID.VisitorIDAuthenticationState extends java.lang.Enum<VisitorID.VisitorIDAuthenticationState>
| Enum Constant and Description |
|---|
VISITOR_ID_AUTHENTICATION_STATE_AUTHENTICATED |
VISITOR_ID_AUTHENTICATION_STATE_LOGGED_OUT |
VISITOR_ID_AUTHENTICATION_STATE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getTextValue() |
protected int |
getValue() |
static VisitorID.VisitorIDAuthenticationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VisitorID.VisitorIDAuthenticationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisitorID.VisitorIDAuthenticationState VISITOR_ID_AUTHENTICATION_STATE_UNKNOWN
public static final VisitorID.VisitorIDAuthenticationState VISITOR_ID_AUTHENTICATION_STATE_AUTHENTICATED
public static final VisitorID.VisitorIDAuthenticationState VISITOR_ID_AUTHENTICATION_STATE_LOGGED_OUT
public static VisitorID.VisitorIDAuthenticationState[] values()
for (VisitorID.VisitorIDAuthenticationState c : VisitorID.VisitorIDAuthenticationState.values()) System.out.println(c);
public static VisitorID.VisitorIDAuthenticationState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullprotected int getValue()
protected java.lang.String getTextValue()