Uses of Class
com.evolveum.prism.xml.ns._public.types_2.ModificationTypeType

Packages that use ModificationTypeType
com.evolveum.midpoint.schema.util   
com.evolveum.prism.xml.ns._public.types_2   
 

Uses of ModificationTypeType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ModificationTypeType
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpathType, java.lang.Object element)
          Deprecated. 
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpath, PrismProperty property)
          Deprecated. 
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.util.Collection<java.lang.Object> values)
          Deprecated. 
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.lang.Object value)
          Deprecated. 
 

Uses of ModificationTypeType in com.evolveum.prism.xml.ns._public.types_2
 

Fields in com.evolveum.prism.xml.ns._public.types_2 declared as ModificationTypeType
protected  ModificationTypeType ItemDeltaType.modificationType
           
 

Methods in com.evolveum.prism.xml.ns._public.types_2 that return ModificationTypeType
static ModificationTypeType ModificationTypeType.fromValue(java.lang.String v)
           
 ModificationTypeType ItemDeltaType.getModificationType()
          Gets the value of the modificationType property.
static ModificationTypeType ModificationTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModificationTypeType[] ModificationTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.prism.xml.ns._public.types_2 with parameters of type ModificationTypeType
 void ItemDeltaType.setModificationType(ModificationTypeType value)
          Sets the value of the modificationType property.
 



Copyright © 2012 evolveum. All Rights Reserved.