public static enum RestMetadataConnectionStatus.EntityState extends Enum<RestMetadataConnectionStatus.EntityState>
Modifier and Type | Method and Description |
---|---|
static RestMetadataConnectionStatus.EntityState |
fromString(String value) |
static RestMetadataConnectionStatus.EntityState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestMetadataConnectionStatus.EntityState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestMetadataConnectionStatus.EntityState ACTIVE
public static final RestMetadataConnectionStatus.EntityState FAILED
public static final RestMetadataConnectionStatus.EntityState LOADING
public static final RestMetadataConnectionStatus.EntityState MISSING
public static RestMetadataConnectionStatus.EntityState[] values()
for (RestMetadataConnectionStatus.EntityState c : RestMetadataConnectionStatus.EntityState.values()) System.out.println(c);
public static RestMetadataConnectionStatus.EntityState 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 nullpublic static RestMetadataConnectionStatus.EntityState fromString(String value)
value
- the value whose EntityState
is being requestedMISSING
if not foundCopyright © 2013–2019. All rights reserved.