Uses of Class
org.duracloud.account.app.controller.GroupForm.Action
-
Packages that use GroupForm.Action Package Description org.duracloud.account.app.controller -
-
Uses of GroupForm.Action in org.duracloud.account.app.controller
Methods in org.duracloud.account.app.controller that return GroupForm.Action Modifier and Type Method Description GroupForm.ActionGroupForm. getAction()static GroupForm.ActionGroupForm.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupForm.Action[]GroupForm.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 GroupForm.Action Modifier and Type Method Description voidGroupForm. setAction(GroupForm.Action action)
-