Uses of Class
org.kie.dmn.model.v1_3.TDecisionTableOrientation
-
Packages that use TDecisionTableOrientation Package Description org.kie.dmn.model.v1_3 -
-
Uses of TDecisionTableOrientation in org.kie.dmn.model.v1_3
Methods in org.kie.dmn.model.v1_3 that return TDecisionTableOrientation Modifier and Type Method Description static TDecisionTableOrientationTDecisionTableOrientation. fromValue(String v)static TDecisionTableOrientationTDecisionTableOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static TDecisionTableOrientation[]TDecisionTableOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-