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