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