public enum AdminStatus extends java.lang.Enum<AdminStatus>
Enum Constant and Description |
---|
ALREADY_CONNECTED |
INVALID_COMMAND |
IO_ERROR |
MISSING_ARGUMENT |
MISSING_TOKEN |
NO_KEY_FIELD |
NOT_CONNECTED |
SECURITY_CONFLICT |
UNKNOWN_COMMAND |
UNKNOWN_FIELD |
UNKNOWN_POLICY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
toString() |
static AdminStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdminStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminStatus UNKNOWN_COMMAND
public static final AdminStatus MISSING_TOKEN
public static final AdminStatus IO_ERROR
public static final AdminStatus INVALID_COMMAND
public static final AdminStatus NOT_CONNECTED
public static final AdminStatus ALREADY_CONNECTED
public static final AdminStatus NO_KEY_FIELD
public static final AdminStatus UNKNOWN_FIELD
public static final AdminStatus UNKNOWN_POLICY
public static final AdminStatus MISSING_ARGUMENT
public static final AdminStatus SECURITY_CONFLICT
public static AdminStatus[] values()
for (AdminStatus c : AdminStatus.values()) System.out.println(c);
public static AdminStatus 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 nullpublic java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.lang.Enum<AdminStatus>
Copyright (c) 2013 TIBCO Software Inc. All rights reserved.