Interface IStandardVariableExpression
-
- All Known Implementing Classes:
SelectionVariableExpression
,VariableExpression
public interface IStandardVariableExpression
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExpression()
boolean
getUseSelectionAsRoot()
-
-
-
Method Detail
-
getExpression
String getExpression()
-
getUseSelectionAsRoot
boolean getUseSelectionAsRoot()
-
-