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