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

static final int ADD
See Also:
Constant Field Values

REMOVE

static final int REMOVE
See Also:
Constant Field Values

MODIFY

static final int MODIFY
See Also:
Constant Field Values
Method Detail

getType

int getType()
Get the value of type.

Returns:
value of type.

getSource

java.lang.Object getSource()
Get the value of source.

Returns:
value of source.

getTarget

java.lang.Object getTarget()
Get the value of target.

Returns:
value of target.

getOldValue

java.lang.Object getOldValue()
Get the value of oldValue.

Returns:
value of oldValue.

getNewValue

java.lang.Object getNewValue()
Get the value of newValue.

Returns:
value of newValue.

INRIA & FluxMedia

..no bottom yet...