Uses of Class
org.openl.rules.dt.element.ActionType
-
Packages that use ActionType Package Description org.openl.rules.dt.element -
-
Uses of ActionType in org.openl.rules.dt.element
Methods in org.openl.rules.dt.element that return ActionType Modifier and Type Method Description static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openl.rules.dt.element with parameters of type ActionType Constructor Description Action(String name, int row, ILogicalTable decisionTable, ActionType actionType, DTScale.RowScale scale, DecisionTable decisionTableInvocableMethod)
-