public static enum Formulae.TimeBasedParameter.Quantifier extends java.lang.Enum<Formulae.TimeBasedParameter.Quantifier>
| Modifier and Type | Method and Description |
|---|---|
static Formulae.TimeBasedParameter.Quantifier |
fromString(java.lang.String text) |
java.lang.String |
getText() |
static Formulae.TimeBasedParameter.Quantifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Formulae.TimeBasedParameter.Quantifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Formulae.TimeBasedParameter.Quantifier MAX
public static final Formulae.TimeBasedParameter.Quantifier MIN
public static final Formulae.TimeBasedParameter.Quantifier EXACTLY
public static Formulae.TimeBasedParameter.Quantifier[] values()
for (Formulae.TimeBasedParameter.Quantifier c : Formulae.TimeBasedParameter.Quantifier.values()) System.out.println(c);
public static Formulae.TimeBasedParameter.Quantifier 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.lang.String getText()
public static Formulae.TimeBasedParameter.Quantifier fromString(java.lang.String text)