Uses of Class
org.openiam.am.srvc.constants.GroupFields
-
Packages that use GroupFields Package Description org.openiam.am.srvc.constants -
-
Uses of GroupFields in org.openiam.am.srvc.constants
Methods in org.openiam.am.srvc.constants that return GroupFields Modifier and Type Method Description static GroupFields
GroupFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupFields[]
GroupFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-