public static enum Satisfies.Quantifier extends Enum<Satisfies.Quantifier>
| Modifier and Type | Method and Description |
|---|---|
static Satisfies.Quantifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Satisfies.Quantifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Satisfies.Quantifier SOME
public static final Satisfies.Quantifier EVERY
public static Satisfies.Quantifier[] values()
for (Satisfies.Quantifier c : Satisfies.Quantifier.values()) System.out.println(c);
public static Satisfies.Quantifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.