public class SimpleDelta<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SimpleDelta.DeltaType |
Constructor and Description |
---|
SimpleDelta() |
SimpleDelta(SimpleDelta.DeltaType type) |
Modifier and Type | Method and Description |
---|---|
void |
add(T object) |
Collection<T> |
getChange() |
SimpleDelta.DeltaType |
getType() |
void |
setType(SimpleDelta.DeltaType type) |
String |
toString() |
public SimpleDelta()
public SimpleDelta(SimpleDelta.DeltaType type)
public SimpleDelta.DeltaType getType()
public void setType(SimpleDelta.DeltaType type)
public Collection<T> getChange()
public void add(T object)
Copyright © 2013 evolveum. All rights reserved.