Constructor and Description |
---|
Condition()
Construct a new Condition instance with null property,
comparisonOperator and comparisonValue fields.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ComparisonOperator |
getComparisonOperator()
Get the ComparisonOperator object for this condition.
|
Object |
getComparisonValue()
Get the comparison value Object for this condition.
|
String |
getPropertyName()
Get the name of the task property for this condition.
|
TaskProperty |
getTaskProperty()
gets the taskProperty set for this condition
|
void |
setComparisonOperator(ComparisonOperator aComparisonOperator)
Set the ComparisonOperator object for this condition
|
void |
setComparisonValue(Object aComparisonValue)
Set the comparison value Object for this condition
|
void |
setPropertyName(String aPropertyName)
Set the name of the task property for this condition.
|
void |
setTaskProperty(TaskProperty taskProperty)
sets a built-in task property for this condition.
|
public Condition()
public String getPropertyName()
public void setPropertyName(String aPropertyName)
aPropertyName
- the task property name.public TaskProperty getTaskProperty()
public void setTaskProperty(TaskProperty taskProperty)
taskProperty
- the built in task property for this conditionpublic ComparisonOperator getComparisonOperator()
public void setComparisonOperator(ComparisonOperator aComparisonOperator)
aComparisonOperator
- The ComparisonOperator object to setpublic Object getComparisonValue()
public void setComparisonValue(Object aComparisonValue)
aComparisonValue
- The comparison value Object to setpublic Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"