public static enum FeatureModel.FeatureReferencesType extends Enum<FeatureModel.FeatureReferencesType>
feature references
. Type ESSENTIAL
indicates referencesEnum Constant and Description |
---|
ESSENTIAL
Type of an essential reference.
|
OPTIONAL
Type of an optional reference.
|
Modifier and Type | Method and Description |
---|---|
static FeatureModel.FeatureReferencesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureModel.FeatureReferencesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureModel.FeatureReferencesType ESSENTIAL
public static final FeatureModel.FeatureReferencesType OPTIONAL
public static FeatureModel.FeatureReferencesType[] values()
for (FeatureModel.FeatureReferencesType c : FeatureModel.FeatureReferencesType.values()) System.out.println(c);
public static FeatureModel.FeatureReferencesType 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500