| Package | Description |
|---|---|
| org.camunda.bpm.model.dmn | |
| org.camunda.bpm.model.dmn.impl.instance | |
| org.camunda.bpm.model.dmn.instance |
| Modifier and Type | Method and Description |
|---|---|
static HitPolicy |
HitPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HitPolicy[] |
HitPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<HitPolicy> |
DecisionTableImpl.hitPolicyAttribute |
| Modifier and Type | Method and Description |
|---|---|
HitPolicy |
DecisionTableImpl.getHitPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTableImpl.setHitPolicy(HitPolicy hitPolicy) |
| Modifier and Type | Method and Description |
|---|---|
HitPolicy |
DecisionTable.getHitPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTable.setHitPolicy(HitPolicy hitPolicy) |
Copyright © 2015–2020 camunda services GmbH. All rights reserved.