public static enum HMSPropertyManager.MaintenanceOpStatus extends Enum<HMSPropertyManager.MaintenanceOpStatus>
| Enum Constant and Description |
|---|
CLEANUP_NEEDED |
DONE |
FAILED |
IN_PROGRESS |
MAINTENANCE_NEEDED |
SCHEDULED |
| Modifier and Type | Method and Description |
|---|---|
static HMSPropertyManager.MaintenanceOpStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HMSPropertyManager.MaintenanceOpStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HMSPropertyManager.MaintenanceOpStatus MAINTENANCE_NEEDED
public static final HMSPropertyManager.MaintenanceOpStatus SCHEDULED
public static final HMSPropertyManager.MaintenanceOpStatus IN_PROGRESS
public static final HMSPropertyManager.MaintenanceOpStatus DONE
public static final HMSPropertyManager.MaintenanceOpStatus CLEANUP_NEEDED
public static final HMSPropertyManager.MaintenanceOpStatus FAILED
public static HMSPropertyManager.MaintenanceOpStatus[] values()
for (HMSPropertyManager.MaintenanceOpStatus c : HMSPropertyManager.MaintenanceOpStatus.values()) System.out.println(c);
public static HMSPropertyManager.MaintenanceOpStatus 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 © 2024 The Apache Software Foundation. All rights reserved.