public static enum PerfDatabaseInformation.OBJECT_STATUS extends Enum<PerfDatabaseInformation.OBJECT_STATUS>
Enum Constant and Description |
---|
INVALID |
INVALID_UNAUTH |
VALID |
VALID_AUTH_ERROR |
VALID_COMPILE_ERROR |
VALID_UNAUTH |
Modifier and Type | Method and Description |
---|---|
static PerfDatabaseInformation.OBJECT_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerfDatabaseInformation.OBJECT_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerfDatabaseInformation.OBJECT_STATUS VALID
public static final PerfDatabaseInformation.OBJECT_STATUS VALID_AUTH_ERROR
public static final PerfDatabaseInformation.OBJECT_STATUS VALID_COMPILE_ERROR
public static final PerfDatabaseInformation.OBJECT_STATUS VALID_UNAUTH
public static final PerfDatabaseInformation.OBJECT_STATUS INVALID_UNAUTH
public static final PerfDatabaseInformation.OBJECT_STATUS INVALID
public static PerfDatabaseInformation.OBJECT_STATUS[] values()
for (PerfDatabaseInformation.OBJECT_STATUS c : PerfDatabaseInformation.OBJECT_STATUS.values()) System.out.println(c);
public static PerfDatabaseInformation.OBJECT_STATUS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.