public static enum QuantifiedExpressionNode.Quantifier extends Enum<QuantifiedExpressionNode.Quantifier>
Modifier and Type | Method and Description |
---|---|
Boolean |
defaultValue() |
Boolean |
positiveTest() |
static QuantifiedExpressionNode.Quantifier |
resolve(String text) |
static QuantifiedExpressionNode.Quantifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuantifiedExpressionNode.Quantifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuantifiedExpressionNode.Quantifier SOME
public static final QuantifiedExpressionNode.Quantifier EVERY
public static QuantifiedExpressionNode.Quantifier[] values()
for (QuantifiedExpressionNode.Quantifier c : QuantifiedExpressionNode.Quantifier.values()) System.out.println(c);
public static QuantifiedExpressionNode.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 nullpublic static QuantifiedExpressionNode.Quantifier resolve(String text)
public Boolean positiveTest()
public Boolean defaultValue()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.