Uses of Class
org.intocps.maestro.interpreter.values.variablestep.CurrentSolutionPoint.Operation
-
Packages that use CurrentSolutionPoint.Operation Package Description org.intocps.maestro.interpreter.values.variablestep -
-
Uses of CurrentSolutionPoint.Operation in org.intocps.maestro.interpreter.values.variablestep
Methods in org.intocps.maestro.interpreter.values.variablestep that return CurrentSolutionPoint.Operation Modifier and Type Method Description CurrentSolutionPoint.OperationCurrentSolutionPoint. getOperation()static CurrentSolutionPoint.OperationCurrentSolutionPoint.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrentSolutionPoint.Operation[]CurrentSolutionPoint.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-