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