Package | Description |
---|---|
com.adobe.icc.dbforms.obj |
Defines package version.
|
Modifier and Type | Class and Description |
---|---|
class |
CalculatedVariable
Deprecated.
Since 6.4.
|
Modifier and Type | Method and Description |
---|---|
Variable |
VariableAssignment.getVariable()
Deprecated.
Get the
Variable associated with the assignment. |
Modifier and Type | Method and Description |
---|---|
Set<Variable> |
DataModule.getVariableList()
Get the
Variable objects in this Data Module. |
Set<Variable> |
CalculatedVariable.getVariables()
Deprecated.
Get the variables used as part of the calculated variable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataModule.addVariable(Variable variable)
Add a variable to the set of variables in this data module.
|
boolean |
DataModule.removeVariable(Variable variable)
Remove a variable from the set of variables in this data module.
|
void |
VariableAssignment.setVariable(Variable variable)
Deprecated.
Sets the
Variable associated with the assignment. |
Modifier and Type | Method and Description |
---|---|
void |
DataModule.setVariableList(Set<Variable> variableList)
Sets the
Variable objects in this Data Module. |
void |
CalculatedVariable.setVariables(Set<Variable> variables)
Deprecated.
Sets the variables used as part of the calculated variable.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.