Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.NamedValueType
-
Packages that use NamedValueType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of NamedValueType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return NamedValueType Modifier and Type Method Description static NamedValueTypeTraceUtil. toNamedValueType(Object object, QName name, PrismContext prismContext) -
Uses of NamedValueType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return NamedValueType Modifier and Type Method Description NamedValueTypeValueTransformationTraceType. beginInput()NamedValueTypeNamedValueType. clone()Creates and returns a deep copy of this object.NamedValueTypeObjectFactory. createNamedValueType()Create an instance ofNamedValueTypeNamedValueTypeNamedValueType. name(QName value)NamedValueTypeNamedValueType. textValue(String value)NamedValueTypeNamedValueType. value(Object value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type NamedValueType Modifier and Type Method Description List<NamedValueType>ValueTransformationTraceType. createInputList()javax.xml.bind.JAXBElement<NamedValueType>ObjectFactory. createNamedValue(NamedValueType value)List<NamedValueType>ValueTransformationTraceType. getInput()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type NamedValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<NamedValueType>ObjectFactory. createNamedValue(NamedValueType value)ValueTransformationTraceTypeValueTransformationTraceType. input(NamedValueType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type NamedValueType Constructor Description NamedValueType(NamedValueType o)Creates a newNamedValueTypeinstance by deeply copying a givenNamedValueTypeinstance.
-