Uses of Enum Class
org.camunda.bpm.model.dmn.DecisionTableOrientation
Packages that use DecisionTableOrientation
Package
Description
- 
Uses of DecisionTableOrientation in org.camunda.bpm.model.dmnMethods in org.camunda.bpm.model.dmn that return DecisionTableOrientationModifier and TypeMethodDescriptionstatic DecisionTableOrientationReturns 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.instanceFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type DecisionTableOrientationModifier and TypeFieldDescriptionprotected static Attribute<DecisionTableOrientation>DecisionTableImpl.preferredOrientationAttributeMethods in org.camunda.bpm.model.dmn.impl.instance that return DecisionTableOrientationMethods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DecisionTableOrientationModifier and TypeMethodDescriptionvoidDecisionTableImpl.setPreferredOrientation(DecisionTableOrientation preferredOrientation) 
- 
Uses of DecisionTableOrientation in org.camunda.bpm.model.dmn.instanceMethods in org.camunda.bpm.model.dmn.instance that return DecisionTableOrientationMethods in org.camunda.bpm.model.dmn.instance with parameters of type DecisionTableOrientationModifier and TypeMethodDescriptionvoidDecisionTable.setPreferredOrientation(DecisionTableOrientation preferredOrientation)