| Enum Constant and Description |
|---|
ALBERTsSets |
PatternObject |
PropertyChangeSupport |
REMOVEYOUMETHOD |
Serialization |
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashSet<Feature> |
getAll() |
FeatureProperty |
getFeature() |
static java.util.HashSet<Feature> |
getNone() |
java.util.HashSet<java.lang.String> |
getPath() |
boolean |
match(Clazz clazz) |
static void |
reset() |
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.
|
Feature |
withExcludeClazz(Clazz... value) |
Feature |
withExcludeClazz(java.lang.String... value) |
Feature |
withIncludeClazz(java.lang.String... value) |
Feature |
withPath(java.lang.String... value) |
public static final Feature PropertyChangeSupport
public static final Feature PatternObject
public static final Feature Serialization
public static final Feature ALBERTsSets
public static final Feature REMOVEYOUMETHOD
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<Feature> getNone()
public static java.util.HashSet<Feature> getAll()
public FeatureProperty getFeature()
public Feature withIncludeClazz(java.lang.String... value)
public Feature withExcludeClazz(java.lang.String... value)
public Feature withPath(java.lang.String... value)
public boolean match(Clazz clazz)
public java.util.HashSet<java.lang.String> getPath()
public static void reset()