Uses of Class
org.camunda.bpm.model.dmn.DecisionTableOrientation
-
Packages that use DecisionTableOrientation Package Description org.camunda.bpm.model.dmn org.camunda.bpm.model.dmn.impl.instance 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 Modifier and Type Method Description 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.instance
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type DecisionTableOrientation Modifier and Type Field Description protected static Attribute<DecisionTableOrientation>
DecisionTableImpl. preferredOrientationAttribute
Methods in org.camunda.bpm.model.dmn.impl.instance that return DecisionTableOrientation Modifier and Type Method Description DecisionTableOrientation
DecisionTableImpl. getPreferredOrientation()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DecisionTableOrientation Modifier and Type Method Description void
DecisionTableImpl. setPreferredOrientation(DecisionTableOrientation preferredOrientation)
-
Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return DecisionTableOrientation Modifier and Type Method Description DecisionTableOrientation
DecisionTable. getPreferredOrientation()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type DecisionTableOrientation Modifier and Type Method Description void
DecisionTable. setPreferredOrientation(DecisionTableOrientation preferredOrientation)
-