INRIA & FluxMedia

fr.fluxmedia.transmorpher.action
Interface TmAction

All Known Implementing Classes:
TmActionImpl

public interface TmAction


Field Summary
static int ADD
           
static int MODIFY
           
static int REMOVE
           
 
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.
 

Field Detail

ADD

public static final int ADD

REMOVE

public static final int REMOVE

MODIFY

public static final int MODIFY
Method Detail

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.

INRIA & FluxMedia

..no bottom yet...