public static enum FeatureManager.State extends Enum<FeatureManager.State>
| Enum Constant and Description |
|---|
APIPROPERTY |
DEFAULT |
FSP |
JAXPDOTPROPERTIES |
SYSTEMPROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static FeatureManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureManager.State DEFAULT
public static final FeatureManager.State FSP
public static final FeatureManager.State JAXPDOTPROPERTIES
public static final FeatureManager.State SYSTEMPROPERTY
public static final FeatureManager.State APIPROPERTY
public static FeatureManager.State[] values()
for (FeatureManager.State c : FeatureManager.State.values()) System.out.println(c);
public static FeatureManager.State 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 © 2018–2021 mhoffrogge. All rights reserved.