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