public enum ConfigurationParameterType extends Enum<ConfigurationParameterType>
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationParameterType RUNTIME
public static final ConfigurationParameterType BUILD
public static final ConfigurationParameterType FINAL
public static final ConfigurationParameterType READ_ONLY
public static ConfigurationParameterType[] values()
for (ConfigurationParameterType c : ConfigurationParameterType.values()) System.out.println(c);
public static ConfigurationParameterType 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 nullCopyright © 2022 LSST. All rights reserved.