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 DecisionTableOrientationDecisionTableOrientation. valueOf(java.lang.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. preferredOrientationAttributeMethods in org.camunda.bpm.model.dmn.impl.instance that return DecisionTableOrientation Modifier and Type Method Description DecisionTableOrientationDecisionTableImpl. getPreferredOrientation()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DecisionTableOrientation Modifier and Type Method Description voidDecisionTableImpl. 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 DecisionTableOrientationDecisionTable. getPreferredOrientation()Methods in org.camunda.bpm.model.dmn.instance with parameters of type DecisionTableOrientation Modifier and Type Method Description voidDecisionTable. setPreferredOrientation(DecisionTableOrientation preferredOrientation)
-