public class CDMAssignment extends Object implements Serializable, Comparable<CDMAssignment>
expression
and
the associated DataModule
selected if the expression evaluates to true.Modifier and Type | Class and Description |
---|---|
static class |
CDMAssignment.AssignmentType
Enum for determining the assignment type (whether this is the Default case for the condition or not).
|
Constructor and Description |
---|
CDMAssignment() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CDMAssignment ma)
Compare based on the position of the data module (to sort them)
|
CDMAssignment.AssignmentType |
getAssignmentType()
Get the assignmentType for this Condition Assignment.
|
String |
getExpression()
Get the expression for this Condition Assignment.
|
String |
getID()
Get the unique identifier for this Condition Assignment.
|
Integer |
getPosition()
Get the assignment's position for this Condition Assignment.
|
String |
getRule()
Get the expression for this Condition Assignment.
|
DataModule |
getTarget()
Get the target data module for this Condition Assignment.
|
void |
setAssignmentType(CDMAssignment.AssignmentType assignmentType)
Sets the assignmentType for this Condition Assignment.
|
void |
setExpression(String expression)
Sets the expression for this Condition Assignment.
|
void |
setID(String iD)
Sets the unique identifier for this Condition Assignment.
|
void |
setPosition(Integer position)
Sets the assignment's position for this Condition Assignment.
|
void |
setRule(String rule)
Sets the expression for this Condition Assignment.
|
void |
setTarget(DataModule target)
Sets the target data module for this Condition Assignment.
|
public String getExpression()
public void setRule(String rule)
expression
- The expression for this Condition Assignment.public String getRule()
public void setExpression(String expression)
expression
- The expression for this Condition Assignment.public CDMAssignment.AssignmentType getAssignmentType()
CDMAssignment.AssignmentType
public void setAssignmentType(CDMAssignment.AssignmentType assignmentType)
assignmentType
- The assignment type for this Condition Assignment.CDMAssignment.AssignmentType
public Integer getPosition()
public void setPosition(Integer position)
position
- The assignment's position for this Condition Assignment.public DataModule getTarget()
public void setTarget(DataModule target)
target
- The target data module for this Condition Assignment.public void setID(String iD)
iD
- unique identifier for this Condition Assignment.public String getID()
public int compareTo(CDMAssignment ma)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.