public class ItemValueWithOrigin<V extends PrismValue> extends Object implements DebugDumpable
INDENT_STRING
Constructor and Description |
---|
ItemValueWithOrigin(V propertyValue,
Mapping<V> mapping,
Construction accountConstruction) |
Modifier and Type | Method and Description |
---|---|
ItemValueWithOrigin<V> |
clone() |
protected void |
copyValues(ItemValueWithOrigin<V> clone) |
static <V extends PrismValue> |
createOutputTriple(Mapping<V> mapping) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
boolean |
equalsRealValue(V pvalue) |
Construction |
getConstruction() |
Mapping<?> |
getMapping() |
V |
getPropertyValue() |
String |
toString() |
public ItemValueWithOrigin(V propertyValue, Mapping<V> mapping, Construction accountConstruction)
public V getPropertyValue()
public Mapping<?> getMapping()
public Construction getConstruction()
public boolean equalsRealValue(V pvalue)
public ItemValueWithOrigin<V> clone()
protected void copyValues(ItemValueWithOrigin<V> clone)
public static <V extends PrismValue> DeltaSetTriple<ItemValueWithOrigin<V>> createOutputTriple(Mapping<V> mapping)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2014 evolveum. All rights reserved.