|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RepositoryElementType>
flux.repository.RepositoryElementType
public enum RepositoryElementType
Lists the kinds of objects that reside in the repository.
Enum Constant Summary | |
---|---|
AGENT_CONFIGURATION
Indicates that a repository element is an agent configuration. |
|
BUSINESS_INTERVAL
Indicates that a repository element is a business interval. |
|
ENGINE_CONFIGURATION
Indicates that a repository element is an engine configuration. |
|
FLOW_CHART
Indicates that a repository element is a flow chart. |
|
PGP_KEY_PAIR
Indicates that a repository element is a PGP key pair. |
Method Summary | |
---|---|
static RepositoryElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RepositoryElementType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RepositoryElementType AGENT_CONFIGURATION
public static final RepositoryElementType BUSINESS_INTERVAL
public static final RepositoryElementType ENGINE_CONFIGURATION
public static final RepositoryElementType FLOW_CHART
public static final RepositoryElementType PGP_KEY_PAIR
Method Detail |
---|
public static RepositoryElementType[] values()
for (RepositoryElementType c : RepositoryElementType.values()) System.out.println(c);
public static RepositoryElementType 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |