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