Uses of Enum Class
org.camunda.bpm.model.dmn.DecisionTableOrientation
Package
Description
-
Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn
Modifier and TypeMethodDescriptionstatic DecisionTableOrientation
Returns the enum constant of this class with the specified name.static DecisionTableOrientation[]
DecisionTableOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn.impl.instance
Modifier and TypeFieldDescriptionprotected static Attribute<DecisionTableOrientation>
DecisionTableImpl.preferredOrientationAttribute
Modifier and TypeMethodDescriptionvoid
DecisionTableImpl.setPreferredOrientation
(DecisionTableOrientation preferredOrientation) -
Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn.instance
Modifier and TypeMethodDescriptionvoid
DecisionTable.setPreferredOrientation
(DecisionTableOrientation preferredOrientation)