public enum LambdaConsequenceAD0C6B212728237053A67B36B3375F16 extends Enum<LambdaConsequenceAD0C6B212728237053A67B36B3375F16> implements org.drools.model.functions.Block4<org.kie.dmn.model.api.OrganizationUnit,org.kie.dmn.model.api.DMNElement,MessageReporter,org.kie.dmn.model.api.DMNElementReference>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_HASH |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.kie.dmn.model.api.OrganizationUnit $d,
org.kie.dmn.model.api.DMNElement $element,
MessageReporter reporter,
org.kie.dmn.model.api.DMNElementReference $elemRef) |
static LambdaConsequenceAD0C6B212728237053A67B36B3375F16 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaConsequenceAD0C6B212728237053A67B36B3375F16[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaConsequenceAD0C6B212728237053A67B36B3375F16 INSTANCE
public static final String EXPRESSION_HASH
public static LambdaConsequenceAD0C6B212728237053A67B36B3375F16[] values()
for (LambdaConsequenceAD0C6B212728237053A67B36B3375F16 c : LambdaConsequenceAD0C6B212728237053A67B36B3375F16.values()) System.out.println(c);
public static LambdaConsequenceAD0C6B212728237053A67B36B3375F16 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 void execute(org.kie.dmn.model.api.OrganizationUnit $d,
org.kie.dmn.model.api.DMNElement $element,
MessageReporter reporter,
org.kie.dmn.model.api.DMNElementReference $elemRef)
throws Exception
execute in interface org.drools.model.functions.Block4<org.kie.dmn.model.api.OrganizationUnit,org.kie.dmn.model.api.DMNElement,MessageReporter,org.kie.dmn.model.api.DMNElementReference>ExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.