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