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