protected static enum CommonZPOOLDetector.InfoType extends Enum<CommonZPOOLDetector.InfoType>
Enum Constant and Description |
---|
ACTION |
CACHE |
CONFIG |
DEFAULT |
ERRORS |
LOGS |
POOL |
SCAN |
SCRUB |
SEE |
SPARES |
STATUS |
Modifier and Type | Method and Description |
---|---|
static CommonZPOOLDetector.InfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonZPOOLDetector.InfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonZPOOLDetector.InfoType POOL
public static final CommonZPOOLDetector.InfoType DEFAULT
public static final CommonZPOOLDetector.InfoType SCAN
public static final CommonZPOOLDetector.InfoType SCRUB
public static final CommonZPOOLDetector.InfoType SEE
public static final CommonZPOOLDetector.InfoType ACTION
public static final CommonZPOOLDetector.InfoType STATUS
public static final CommonZPOOLDetector.InfoType CONFIG
public static final CommonZPOOLDetector.InfoType ERRORS
public static final CommonZPOOLDetector.InfoType SPARES
public static final CommonZPOOLDetector.InfoType LOGS
public static final CommonZPOOLDetector.InfoType CACHE
public static CommonZPOOLDetector.InfoType[] values()
for (CommonZPOOLDetector.InfoType c : CommonZPOOLDetector.InfoType.values()) System.out.println(c);
public static CommonZPOOLDetector.InfoType 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 © 2017. All Rights Reserved.