Uses of Class
com.evolveum.prism.xml.ns._public.query_3.PropertyNoValueFilterType
-
Packages that use PropertyNoValueFilterType Package Description com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of PropertyNoValueFilterType in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that return PropertyNoValueFilterType Modifier and Type Method Description PropertyNoValueFilterType
PropertyNoValueFilterType. clone()
Creates and returns a deep copy of this object.PropertyNoValueFilterType
ObjectFactory. createPropertyNoValueFilterType()
Create an instance ofPropertyNoValueFilterType
Methods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type PropertyNoValueFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<PropertyNoValueFilterType>
ObjectFactory. createPresent(PropertyNoValueFilterType value)
javax.xml.bind.JAXBElement<PropertyNoValueFilterType>
ObjectFactory. createTrue(PropertyNoValueFilterType value)
Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type PropertyNoValueFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<PropertyNoValueFilterType>
ObjectFactory. createPresent(PropertyNoValueFilterType value)
javax.xml.bind.JAXBElement<PropertyNoValueFilterType>
ObjectFactory. createTrue(PropertyNoValueFilterType value)
Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type PropertyNoValueFilterType Constructor Description PropertyNoValueFilterType(PropertyNoValueFilterType o)
Creates a newPropertyNoValueFilterType
instance by deeply copying a givenPropertyNoValueFilterType
instance.
-