Uses of Class
org.duracloud.account.app.controller.GroupsForm.Action
-
Packages that use GroupsForm.Action Package Description org.duracloud.account.app.controller -
-
Uses of GroupsForm.Action in org.duracloud.account.app.controller
Methods in org.duracloud.account.app.controller that return GroupsForm.Action Modifier and Type Method Description GroupsForm.ActionGroupsForm. getAction()static GroupsForm.ActionGroupsForm.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupsForm.Action[]GroupsForm.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.account.app.controller with parameters of type GroupsForm.Action Modifier and Type Method Description voidGroupsForm. setAction(GroupsForm.Action action)
-