public enum RepositoryElementType extends java.lang.Enum<RepositoryElementType>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.lang.NullPointerException
- if the argument is null© 2000-2025 Flux Corporation. All rights reserved.