Uses of Class
core.support.objects.ActionObject.ACTION
-
Packages that use ActionObject.ACTION Package Description core.support.objects -
-
Uses of ActionObject.ACTION in core.support.objects
Methods in core.support.objects that return ActionObject.ACTION Modifier and Type Method Description ActionObject.ACTIONActionObject. getAction()static ActionObject.ACTIONActionObject.ACTION. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionObject.ACTION[]ActionObject.ACTION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in core.support.objects with parameters of type ActionObject.ACTION Modifier and Type Method Description ActionObjectActionObject. withAction(ActionObject.ACTION sequence)
-