|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.CDMAssignment
public class CDMAssignment
Assignment POJO for Condition Modules.
Each expression of a Condition has an associated CDMAssignment, which contains the expression and
the associated DataModule selected if the expression evaluates to true.
| Nested Class Summary | |
|---|---|
static class |
CDMAssignment.AssignmentType
Enum for determining the assignment type (whether this is the Default case for the condition or not). |
| Constructor Summary | |
|---|---|
CDMAssignment()
|
|
| Method Summary | |
|---|---|
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. |
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 |
setTarget(DataModule target)
Sets the target data module for this Condition Assignment. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDMAssignment()
| Method Detail |
|---|
public String getExpression()
public void setExpression(String expression)
expression - The expression for this Condition Assignment.public CDMAssignment.AssignmentType getAssignmentType()
CDMAssignment.AssignmentTypepublic void setAssignmentType(CDMAssignment.AssignmentType assignmentType)
assignmentType - The assignment type for this Condition Assignment.CDMAssignment.AssignmentTypepublic Integer getPosition()
public void setPosition(Integer position)
position - The assignment's position for this Condition Assignment.public DataModule getTarget()
position - The target data module for this Condition Assignment.public void setTarget(DataModule target)
target - The target data module for this Condition Assignment.public void setID(String iD)
The - unique identifier for this Condition Assignment.public String getID()
public int compareTo(CDMAssignment ma)
compareTo in interface Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||