public static enum EnvironmentModelTarget.EnvironmentModelScopeType extends Enum<EnvironmentModelTarget.EnvironmentModelScopeType>
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentModelTarget.EnvironmentModelScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentModelTarget.EnvironmentModelScopeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final EnvironmentModelTarget.EnvironmentModelScopeType None
public static final EnvironmentModelTarget.EnvironmentModelScopeType Cluster
public static final EnvironmentModelTarget.EnvironmentModelScopeType Server
public static EnvironmentModelTarget.EnvironmentModelScopeType[] values()
for (EnvironmentModelTarget.EnvironmentModelScopeType c : EnvironmentModelTarget.EnvironmentModelScopeType.values())
System.out.println(c);
public static EnvironmentModelTarget.EnvironmentModelScopeType 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 null