Uses of Class
org.camunda.bpm.model.dmn.DecisionTableOrientation

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)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.