| Enum Constant and Description |
|---|
CODESTYLE |
EMFSTYLE |
PATTERNOBJECT |
PROPERTYCHANGESUPPORT |
REMOVEYOUMETHOD |
SERIALIZATION |
SETCLASS |
STANDALONE |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODESTYLE_DIVIDED |
static java.lang.String |
CODESTYLE_STANDARD |
| Modifier and Type | Method and Description |
|---|---|
FeatureProperty |
create() |
static SimpleSet<FeatureProperty> |
getAll() |
static java.util.HashSet<FeatureProperty> |
getNone() |
static SimpleSet<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 final Feature CODESTYLE
public static final java.lang.String CODESTYLE_STANDARD
public static final java.lang.String CODESTYLE_DIVIDED
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 SimpleSet<FeatureProperty> getAll()
public static SimpleSet<FeatureProperty> getStandAlone()
public final FeatureProperty create()