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