public class CalculatedVariable extends Variable implements Serializable
DataModule
, another
CalculatedVariable
, FieldAssignment
, user or system provided,
or calculation.Variable.VariableSubType, Variable.VariableType
Constructor and Description |
---|
CalculatedVariable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Deprecated.
Get the expression of the calculated variable.
|
Set<Variable> |
getVariables()
Deprecated.
Get the variables used as part of the calculated variable.
|
void |
setExpression(String expression)
Deprecated.
Sets the expression of the calculated variable.
|
void |
setVariables(Set<Variable> variables)
Deprecated.
Sets the variables used as part of the calculated variable.
|
getDataModuleName, getDataType, getDescription, getId, getName, getProtect, getSubType, getType, getValueSet, setDataModuleName, setDataType, setDescription, setId, setName, setProtect, setSubType, setType, setValueSet
public String getExpression()
public void setExpression(String expression)
expression
- The expression of the calculated variable.public Set<Variable> getVariables()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.