public enum LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792 extends Enum<LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792> implements org.drools.model.functions.Predicate3<org.kie.dmn.model.api.ItemDefinition,QName,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.ItemDefinition _this,
QName $typeRef,
String $importName) |
static LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792 INSTANCE
public static final String EXPRESSION_HASH
public static LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792[] values()
for (LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792 c : LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792.values()) System.out.println(c);
public static LambdaPredicateEE6EB78E4A315C215740EA4C1B0C0792 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.ItemDefinition _this,
QName $typeRef,
String $importName)
throws Exception
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.