public enum LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51 extends Enum<LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51> implements org.drools.model.functions.Predicate1<org.kie.dmn.model.api.InputData>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_HASH |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(org.kie.dmn.model.api.InputData _this) |
static LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51 INSTANCE
public static final String EXPRESSION_HASH
public static LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51[] values()
for (LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51 c : LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51.values()) System.out.println(c);
public static LambdaPredicateE3B8EF7E3122524B3328F0498A9C3F51 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 © 2001–2020 JBoss by Red Hat. All rights reserved.