Uses of Class
com.securenative.models.ActionType
-
Packages that use ActionType Package Description com.securenative.models -
-
Uses of ActionType in com.securenative.models
Methods in com.securenative.models 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.
-