Class ValueDiff<T>
- java.lang.Object
-
- de.xima.fc.workflow.designer.model.ValueDiff<T>
-
public final class ValueDiff<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getNewValue()
T
getOldValue()
boolean
isHasChanged()
-