|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecisionTableOrientation | |
|---|---|
| org.camunda.bpm.model.dmn | |
| org.camunda.bpm.model.dmn.impl | |
| org.camunda.bpm.model.dmn.instance | |
| Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn |
|---|
| Methods in org.camunda.bpm.model.dmn that return DecisionTableOrientation | |
|---|---|
static DecisionTableOrientation |
DecisionTableOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DecisionTableOrientation[] |
DecisionTableOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn.impl |
|---|
| Fields in org.camunda.bpm.model.dmn.impl with type parameters of type DecisionTableOrientation | |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<DecisionTableOrientation> |
DecisionTableImpl.preferedOrientationAttribute
|
| Methods in org.camunda.bpm.model.dmn.impl that return DecisionTableOrientation | |
|---|---|
DecisionTableOrientation |
DecisionTableImpl.getPreferedOrientation()
|
| Methods in org.camunda.bpm.model.dmn.impl with parameters of type DecisionTableOrientation | |
|---|---|
void |
DecisionTableImpl.setPreferedOrientation(DecisionTableOrientation preferedOrientation)
|
| Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn.instance |
|---|
| Methods in org.camunda.bpm.model.dmn.instance that return DecisionTableOrientation | |
|---|---|
DecisionTableOrientation |
DecisionTable.getPreferedOrientation()
|
| Methods in org.camunda.bpm.model.dmn.instance with parameters of type DecisionTableOrientation | |
|---|---|
void |
DecisionTable.setPreferedOrientation(DecisionTableOrientation preferedOrientation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||