public class ItemValueWithOrigin<V extends PrismValue> extends Object implements Dumpable, DebugDumpable
INDENT_STRING
Constructor and Description |
---|
ItemValueWithOrigin(V propertyValue,
Mapping<V> mapping,
AccountConstruction 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) |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
boolean |
equalsRealValue(V pvalue) |
AccountConstruction |
getAccountConstruction() |
Mapping<?> |
getMapping() |
V |
getPropertyValue() |
String |
toString() |
public ItemValueWithOrigin(V propertyValue, Mapping<V> mapping, AccountConstruction accountConstruction)
public V getPropertyValue()
public Mapping<?> getMapping()
public AccountConstruction getAccountConstruction()
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
public String dump()
Dumpable
Copyright © 2013 evolveum. All rights reserved.