|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.schema.processor.SimpleDelta<T>
public class SimpleDelta<T>
Nested Class Summary | |
---|---|
static class |
SimpleDelta.DeltaType
|
Constructor Summary | |
---|---|
SimpleDelta()
|
|
SimpleDelta(SimpleDelta.DeltaType type)
|
Method Summary | |
---|---|
void |
add(T object)
|
java.util.Collection<T> |
getChange()
|
SimpleDelta.DeltaType |
getType()
|
void |
setType(SimpleDelta.DeltaType type)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleDelta()
public SimpleDelta(SimpleDelta.DeltaType type)
Method Detail |
---|
public SimpleDelta.DeltaType getType()
public void setType(SimpleDelta.DeltaType type)
public java.util.Collection<T> getChange()
public void add(T object)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |