public static enum TenantServicesManager.TenantServiceState extends java.lang.Enum<TenantServicesManager.TenantServiceState>
| Enum Constant and Description |
|---|
STARTED |
STARTING |
STOPPED |
STOPPING |
| Modifier and Type | Method and Description |
|---|---|
static TenantServicesManager.TenantServiceState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TenantServicesManager.TenantServiceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TenantServicesManager.TenantServiceState STOPPED
public static final TenantServicesManager.TenantServiceState STARTING
public static final TenantServicesManager.TenantServiceState STARTED
public static final TenantServicesManager.TenantServiceState STOPPING
public static TenantServicesManager.TenantServiceState[] values()
for (TenantServicesManager.TenantServiceState c : TenantServicesManager.TenantServiceState.values()) System.out.println(c);
public static TenantServicesManager.TenantServiceState 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 null