Uses of Class
com.evolveum.prism.xml.ns._public.query_3.ValueType
-
Packages that use ValueType 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 ValueType in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as ValueType Modifier and Type Field Description protected ValueTypePropertyComplexValueFilterType. valueMethods in com.evolveum.prism.xml.ns._public.query_3 that return ValueType Modifier and Type Method Description ValueTypeValueType. clone()Creates and returns a deep copy of this object.ValueTypeObjectFactory. createValueType()Create an instance ofValueTypeValueTypePropertyComplexValueFilterType. getValue()Gets the value of the value property.Methods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type ValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValueType>ObjectFactory. createValue(ValueType value)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type ValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValueType>ObjectFactory. createValue(ValueType value)voidPropertyComplexValueFilterType. setValue(ValueType value)Sets the value of the value property.Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type ValueType Constructor Description ValueType(ValueType o)Creates a newValueTypeinstance by deeply copying a givenValueTypeinstance.
-