public enum DatastoreSummaryMaintenanceModeState extends Enum<DatastoreSummaryMaintenanceModeState>
| Enum Constant and Description |
|---|
enteringMaintenance |
inMaintenance |
normal |
| Modifier and Type | Method and Description |
|---|---|
static DatastoreSummaryMaintenanceModeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatastoreSummaryMaintenanceModeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatastoreSummaryMaintenanceModeState normal
public static final DatastoreSummaryMaintenanceModeState enteringMaintenance
public static final DatastoreSummaryMaintenanceModeState inMaintenance
public static DatastoreSummaryMaintenanceModeState[] values()
for (DatastoreSummaryMaintenanceModeState c : DatastoreSummaryMaintenanceModeState.values()) System.out.println(c);
public static DatastoreSummaryMaintenanceModeState 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 © 2011-2012. All Rights Reserved.