public static enum MultisetTestSuiteBuilder.NoRecurse extends java.lang.Enum<MultisetTestSuiteBuilder.NoRecurse> implements Feature<java.lang.Void>
| Enum Constant and Description |
|---|
NO_ENTRY_SET |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Feature<? super java.lang.Void>> |
getImpliedFeatures()
Returns the set of features that are implied by this feature.
|
static MultisetTestSuiteBuilder.NoRecurse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultisetTestSuiteBuilder.NoRecurse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultisetTestSuiteBuilder.NoRecurse NO_ENTRY_SET
public static MultisetTestSuiteBuilder.NoRecurse[] values()
for (MultisetTestSuiteBuilder.NoRecurse c : MultisetTestSuiteBuilder.NoRecurse.values()) System.out.println(c);
public static MultisetTestSuiteBuilder.NoRecurse 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 java.util.Set<Feature<? super java.lang.Void>> getImpliedFeatures()
FeaturegetImpliedFeatures in interface Feature<java.lang.Void>