public enum LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836 extends Enum<LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836> implements org.drools.model.functions.Function1<org.kie.dmn.model.api.Association,String>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_HASH |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(org.kie.dmn.model.api.Association $asso) |
static LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836 INSTANCE
public static final String EXPRESSION_HASH
public static LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836[] values()
for (LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836 c : LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836.values()) System.out.println(c);
public static LambdaExtractorF51EC31E79DD6F2E903444EF40CBD836 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.