Class VariableTableAction
java.lang.Object
com.singularsys.jep.misc.publishingvariable.VariableTableAction
- All Implemented Interfaces:
Serializable
Contains details of an action on a variable table or a change in a variable.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAn action with no associated variableVariableTableAction(VariableTableAction.Actions action, String name, Object oldValue, Object newValue) An action with an associated variable -
Method Summary
-
Constructor Details
-
VariableTableAction
An action with no associated variable- Parameters:
action- type of action
-
VariableTableAction
public VariableTableAction(VariableTableAction.Actions action, String name, Object oldValue, Object newValue) An action with an associated variable- Parameters:
action- type of actionname- the name of the variableoldValue- the previous value of the variablenewValue- the new value of the variable
-
-
Method Details
-
getName
Returns the name of the variable.- Returns:
- the variable name or null if not set
-
getOldValue
Returns the previous value of the variable- Returns:
- the old value
-
getNewValue
Return the value the variable was set to. This value may not reflect the current value of the variable.- Returns:
- the value
-
getAction
-
toString
-