Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SpecialItemSpecificationType
-
Packages that use SpecialItemSpecificationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of SpecialItemSpecificationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SpecialItemSpecificationType Modifier and Type Method Description static SpecialItemSpecificationType
SpecialItemSpecificationType. fromValue(String v)
static SpecialItemSpecificationType
SpecialItemSpecificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpecialItemSpecificationType[]
SpecialItemSpecificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type SpecialItemSpecificationType Modifier and Type Method Description List<SpecialItemSpecificationType>
ModificationPolicyConstraintType. getSpecialItem()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SpecialItemSpecificationType Modifier and Type Method Description AssignmentModificationPolicyConstraintType
AssignmentModificationPolicyConstraintType. specialItem(SpecialItemSpecificationType value)
ModificationPolicyConstraintType
ModificationPolicyConstraintType. specialItem(SpecialItemSpecificationType value)
-