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