Class VariableResetElement
-
- All Implemented Interfaces:
Serializable
public class VariableResetElement extends AbstractVariableElement
The VariableResetElement denotes resetting of session variables.
-
-
Constructor Summary
Constructors Constructor Description VariableResetElement(Map<String,Object> _mChangedSessionVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChangeType()
-
Methods inherited from class AbstractVariableElement
getDescription, getName, getType
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables, toString
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getChangeType
public String getChangeType()
- Specified by:
getChangeType
in classAbstractVariableElement
-
-