| Enum Constant and Description |
|---|
EMFSTYLE |
PATTERNOBJECT |
PROPERTYCHANGESUPPORT |
REMOVEYOUMETHOD |
SERIALIZATION |
SETCLASS |
STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
FeatureProperty |
create() |
static java.util.HashSet<FeatureProperty> |
getAll() |
static java.util.HashSet<FeatureProperty> |
getNone() |
static java.util.HashSet<FeatureProperty> |
getStandAlone() |
static Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature PROPERTYCHANGESUPPORT
public static final Feature PATTERNOBJECT
public static final Feature SERIALIZATION
public static final Feature SETCLASS
public static final Feature REMOVEYOUMETHOD
public static final Feature STANDALONE
public static final Feature EMFSTYLE
public static Feature[] values()
for (Feature c : Feature.values()) System.out.println(c);
public static Feature valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static final java.util.HashSet<FeatureProperty> getNone()
public static java.util.HashSet<FeatureProperty> getAll()
public static java.util.HashSet<FeatureProperty> getStandAlone()
public final FeatureProperty create()