Package com.evolveum.midpoint.prism
Class ItemUtil
- java.lang.Object
- 
- com.evolveum.midpoint.prism.ItemUtil
 
- 
 public class ItemUtil extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ItemUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> PropertyDelta<T>diff(PrismProperty<T> a, PrismProperty<T> b)static <T> TgetRealValue(PrismProperty<T> property)
 
- 
- 
- 
Method Detail- 
diffpublic static <T> PropertyDelta<T> diff(PrismProperty<T> a, PrismProperty<T> b) 
 - 
getRealValuepublic static <T> T getRealValue(PrismProperty<T> property) 
 
- 
 
-