public class VariableAssignment extends Object implements Serializable
Variable's assignment in a Letter template.
Variables may be assigned to one of the VariableAssignment.Source values, and would have an associated
sourceReference for that binding.FieldAssignment.Bind,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
VariableAssignment.Source
Deprecated.
Enum to specify source of variable assignment.
|
| Constructor and Description |
|---|
VariableAssignment()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Deprecated.
Get the caption for the assignment.
|
DataModule |
getDataModule()
Deprecated.
Get the
DataModule assigned to the Variable. |
String |
getDescription()
Deprecated.
Get the description for the assignment.
|
String |
getId()
Deprecated.
Get the identifier for the assignment.
|
VariableAssignment.Source |
getSource()
Deprecated.
Get the source for the assignment.
|
String |
getSourceContainerLayoutAssignment()
Deprecated.
Get the source container layout reference for the assignment.
|
String |
getSourceReference()
Deprecated.
Get the source reference for the assignment.
|
String |
getToolTip()
Deprecated.
Get the tooltip for the assignment.
|
List<Validator> |
getValidators()
Deprecated.
|
Variable |
getVariable()
Deprecated.
Get the
Variable associated with the assignment. |
String |
getVariableId()
Deprecated.
|
String |
getVariableName()
Deprecated.
|
boolean |
isAutoCorrected()
Deprecated.
|
boolean |
isEditable()
Deprecated.
Get whether the assignment is editable.
|
boolean |
isEquivalent()
Deprecated.
Returns whether the assignment is equivalent to the DDE.
|
boolean |
isMultiLine()
Deprecated.
Get whether the assignment is multi-line.
|
boolean |
isOptional()
Deprecated.
Get whether the assignment is optional.
|
void |
setAutoCorrected(boolean autoCorrected)
Deprecated.
|
void |
setCaption(String caption)
Deprecated.
Sets the caption for the assignment.
|
void |
setDataModule(DataModule dataModule)
Deprecated.
Sets the
DataModule assigned to the Variable. |
void |
setDescription(String description)
Deprecated.
Sets the description for the assignment.
|
void |
setEditable(boolean editable)
Deprecated.
Sets whether the assignment is editable.
|
void |
setEquivalent(boolean equivalent)
Deprecated.
Sets whether the assignment is equivalent to the DDE.
|
void |
setId(String id)
Deprecated.
Sets the identifier for the assignment.
|
void |
setMultiLine(boolean multiLine)
Deprecated.
Sets whether the assignment is multi-line.
|
void |
setOptional(boolean optional)
Deprecated.
Sets whether the assignment is optional.
|
void |
setSource(VariableAssignment.Source source)
Deprecated.
Sets the source for the assignment.
|
void |
setSourceContainerLayoutAssignment(String sourceContainerLayoutAssignment)
Deprecated.
Sets the source container layout for the assignment.
|
void |
setSourceReference(String sourceReference)
Deprecated.
Sets the source reference for the assignment.
|
void |
setToolTip(String toolTip)
Deprecated.
Sets the tooltip for the assignment.
|
void |
setValidators(List<Validator> validators)
Deprecated.
|
void |
setVariable(Variable variable)
Deprecated.
Sets the
Variable associated with the assignment. |
void |
setVariableId(String variableId)
Deprecated.
|
void |
setVariableName(String _variableName)
Deprecated.
|
public String getId()
public void setId(String id)
id - The identifier for the assignment.public String getDescription()
public void setDescription(String description)
description - The description for the assignment.public String getCaption()
public void setCaption(String caption)
caption - The caption for the assignment.public String getToolTip()
public void setToolTip(String toolTip)
toolTip - The tooltip for the assignment.public Variable getVariable()
Variable associated with the assignment.Variable associated with the assignment.public void setVariable(Variable variable)
Variable associated with the assignment.variable - The Variable associated with the assignment.public VariableAssignment.Source getSource()
public void setSource(VariableAssignment.Source source)
source - The source for the assignment.public String getSourceReference()
public void setSourceReference(String sourceReference)
sourceReference - The source reference for the assignment.public String getSourceContainerLayoutAssignment()
public void setSourceContainerLayoutAssignment(String sourceContainerLayoutAssignment)
sourceContainerLayoutAssignment - The source container layout reference for the assignment.public boolean isEditable()
public void setEditable(boolean editable)
editable - Whether the assignment is editable.public boolean isOptional()
public void setOptional(boolean optional)
optional - whether the assignment is optional.public boolean isMultiLine()
public void setMultiLine(boolean multiLine)
multiLine - whether the assignment is multi-line.public DataModule getDataModule()
DataModule assigned to the Variable.DataModule assigned to the Variable.public void setDataModule(DataModule dataModule)
DataModule assigned to the Variable.dataModule - The DataModule assigned to the Variable.public boolean isEquivalent()
public void setEquivalent(boolean equivalent)
equivalent - whether the assignment is equivalent to the DDE.public String getVariableId()
public void setVariableId(String variableId)
public String getVariableName()
public void setVariableName(String _variableName)
public boolean isAutoCorrected()
public void setAutoCorrected(boolean autoCorrected)
autoCorrected - the autoCorrected to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.