Uses of Class
be.personify.util.AttributeType
-
Packages that use AttributeType Package Description be.personify.util be.personify.util.provisioning -
-
Uses of AttributeType in be.personify.util
Methods in be.personify.util that return AttributeType Modifier and Type Method Description static AttributeTypeAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeTypeAttributeType. valueOfIgnoreCase(String s)static AttributeType[]AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttributeType in be.personify.util.provisioning
Methods in be.personify.util.provisioning that return AttributeType Modifier and Type Method Description AttributeTypeTargetSystemAttribute. getAttributeType()Methods in be.personify.util.provisioning with parameters of type AttributeType Modifier and Type Method Description voidTargetSystemAttribute. setAttributeType(AttributeType attributeType)
-