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