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