| Enum Constant and Description |
|---|
BATCH
batch
|
INTERACTIVE
interactive
|
NETWORK
network
|
REMOTE_INTERACTIVE
remote Interactive
|
SERVICE
service
|
UNEXPECTED_VALUE
For LogonType values that were not expected from the service
|
UNKNOWN
unknown
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static LogonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogonType UNKNOWN
public static final LogonType INTERACTIVE
public static final LogonType REMOTE_INTERACTIVE
public static final LogonType NETWORK
public static final LogonType BATCH
public static final LogonType SERVICE
public static final LogonType UNKNOWN_FUTURE_VALUE
public static final LogonType UNEXPECTED_VALUE
public static LogonType[] values()
for (LogonType c : LogonType.values()) System.out.println(c);
public static LogonType 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 null