Package | Description |
---|---|
org.kie.dmn.model.api | |
org.kie.dmn.model.v1_1 | |
org.kie.dmn.model.v1_2 | |
org.kie.dmn.model.v1_3 |
Modifier and Type | Method and Description |
---|---|
static FunctionKind |
FunctionKind.fromValue(String v) |
FunctionKind |
FunctionDefinition.getKind() |
static FunctionKind |
FunctionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionKind[] |
FunctionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionDefinition.setKind(FunctionKind value) |
Modifier and Type | Method and Description |
---|---|
FunctionKind |
TFunctionDefinition.getKind()
Align to DMN v1.2
|
Modifier and Type | Method and Description |
---|---|
void |
TFunctionDefinition.setKind(FunctionKind value)
Align to DMN v1.2
|
Modifier and Type | Field and Description |
---|---|
protected FunctionKind |
TFunctionDefinition.kind |
Modifier and Type | Method and Description |
---|---|
FunctionKind |
TFunctionDefinition.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
TFunctionDefinition.setKind(FunctionKind value) |
Modifier and Type | Field and Description |
---|---|
protected FunctionKind |
TFunctionDefinition.kind |
Modifier and Type | Method and Description |
---|---|
FunctionKind |
TFunctionDefinition.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
TFunctionDefinition.setKind(FunctionKind value) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.