Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ReferentialIntegrityType
-
Packages that use ReferentialIntegrityType Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of ReferentialIntegrityType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ReferentialIntegrityType Modifier and Type Method Description ReferentialIntegrityTypePrismReferenceValue. getReferentialIntegrity()ReferentialIntegrityTypeReferencable. getReferentialIntegrity()Methods in com.evolveum.midpoint.prism with parameters of type ReferentialIntegrityType Modifier and Type Method Description voidPrismReferenceValue. setReferentialIntegrity(ReferentialIntegrityType referentialIntegrity) -
Uses of ReferentialIntegrityType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ReferentialIntegrityType Modifier and Type Method Description ReferentialIntegrityTypeObjectReferenceType. getReferentialIntegrity()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ReferentialIntegrityType Modifier and Type Method Description ObjectReferenceTypeObjectReferenceType. referentialIntegrity(ReferentialIntegrityType value)voidObjectReferenceType. setReferentialIntegrity(ReferentialIntegrityType value) -
Uses of ReferentialIntegrityType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ReferentialIntegrityType Modifier and Type Method Description static ReferentialIntegrityTypeReferentialIntegrityType. fromValue(String v)static ReferentialIntegrityTypeReferentialIntegrityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferentialIntegrityType[]ReferentialIntegrityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-