com.adobe.icc.dbforms.obj
Class CalculatedVariable

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Variable
      extended by com.adobe.icc.dbforms.obj.CalculatedVariable
All Implemented Interfaces:
java.io.Serializable

public class CalculatedVariable
extends Variable
implements java.io.Serializable

POJO that maps to a Variable in the application. Variables may be related to a DD element, constant value, DataModule, another CalculatedVariable, FieldAssignment, user or system provided, or calculation.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.adobe.icc.dbforms.obj.Variable
Variable.VariableSubType, Variable.VariableType
 
Constructor Summary
CalculatedVariable()
           
 
Method Summary
 java.lang.String getExpression()
          Get the expression of the calculated variable.
 java.util.Set getVariables()
          Get the variables used as part of the calculated variable.
 void setExpression(java.lang.String expression)
          Sets the expression of the calculated variable.
 void setVariables(java.util.Set variables)
          Sets the variables used as part of the calculated variable.
 
Methods inherited from class com.adobe.icc.dbforms.obj.Variable
getDataModuleName, getDataType, getDescription, getId, getName, getProtect, getSubType, getType, getValueSet, setDataModuleName, setDataType, setDescription, setId, setName, setProtect, setSubType, setType, setValueSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculatedVariable

public CalculatedVariable()
Method Detail

getExpression

public java.lang.String getExpression()
Get the expression of the calculated variable.

Returns:
The expression of the calculated variable.

setExpression

public void setExpression(java.lang.String expression)
Sets the expression of the calculated variable.

Parameters:
expression - The expression of the calculated variable.

getVariables

public java.util.Set getVariables()
Get the variables used as part of the calculated variable.

Returns:
The variables used as part of the calculated variable.

setVariables

public void setVariables(java.util.Set variables)
Sets the variables used as part of the calculated variable.

Parameters:
variables - The variables used as part of the calculated variable.


[an error occurred while processing this directive] [an error occurred while processing this directive]