fr.fluxmedia.transmorpher.action
Interface TmAction
- All Known Implementing Classes:
- TmActionImpl
- public interface TmAction
Method Summary |
java.lang.Object |
getNewValue()
Get the value of newValue. |
java.lang.Object |
getOldValue()
Get the value of oldValue. |
java.lang.Object |
getSource()
Get the value of source. |
java.lang.Object |
getTarget()
Get the value of target. |
int |
getType()
Get the value of type. |
ADD
public static final int ADD
REMOVE
public static final int REMOVE
MODIFY
public static final int MODIFY
getType
public int getType()
- Get the value of type.
- Returns:
- value of type.
getSource
public java.lang.Object getSource()
- Get the value of source.
- Returns:
- value of source.
getTarget
public java.lang.Object getTarget()
- Get the value of target.
- Returns:
- value of target.
getOldValue
public java.lang.Object getOldValue()
- Get the value of oldValue.
- Returns:
- value of oldValue.
getNewValue
public java.lang.Object getNewValue()
- Get the value of newValue.
- Returns:
- value of newValue.
..no bottom yet...