public static enum ImmutableExpression.Evaluation.BooleanValue extends Enum<ImmutableExpression.Evaluation.BooleanValue>
| Modifier and Type | Method and Description |
|---|---|
static ImmutableExpression.Evaluation.BooleanValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableExpression.Evaluation.BooleanValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImmutableExpression.Evaluation.BooleanValue TRUE
public static final ImmutableExpression.Evaluation.BooleanValue FALSE
public static final ImmutableExpression.Evaluation.BooleanValue NULL
public static ImmutableExpression.Evaluation.BooleanValue[] values()
for (ImmutableExpression.Evaluation.BooleanValue c : ImmutableExpression.Evaluation.BooleanValue.values()) System.out.println(c);
public static ImmutableExpression.Evaluation.BooleanValue 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 © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.