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