Class PrismValueDeltaSetTripleImpl<V extends PrismValue>

java.lang.Object
com.evolveum.midpoint.prism.impl.delta.DeltaSetTripleImpl<V>
com.evolveum.midpoint.prism.impl.delta.PrismValueDeltaSetTripleImpl<V>
All Implemented Interfaces:
DeltaSetTriple<V>, PrismValueDeltaSetTriple<V>, SimpleVisitable<V>, Visitable, DebugDumpable, Foreachable<V>, ShortDumpable, Serializable

public class PrismValueDeltaSetTripleImpl<V extends PrismValue> extends DeltaSetTripleImpl<V> implements PrismValueDeltaSetTriple<V>
DeltaSetTriple that is limited to hold prism values. By limiting to the PrismValue descendants we gain advantage to be cloneable and ability to compare real values.
Author:
Radovan Semancik
See Also: