|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.GenericCriteria
net.sf.mpxj.GraphicalIndicatorCriteria
public final class GraphicalIndicatorCriteria
This class represents the criteria used to determine if a graphical indicator is displayed in place of an attribute value.
| Constructor Summary | |
|---|---|
GraphicalIndicatorCriteria(ProjectFile projectFile)
Constructor. |
|
| Method Summary | |
|---|---|
int |
evaluate(FieldContainer container)
Evaluate this criteria to determine if a graphical indicator should be displayed. |
int |
getIndicator()
Retrieve the number of the indicator to be displayed. |
void |
setIndicator(int indicator)
Set the number of the indicator to be displayed. |
String |
toString()
|
| Methods inherited from class net.sf.mpxj.GenericCriteria |
|---|
addCriteria, evaluate, getCriteriaList, getLeftValue, getOperator, getValue, setLeftValue, setOperator, setRightValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GraphicalIndicatorCriteria(ProjectFile projectFile)
projectFile - parent project file| Method Detail |
|---|
public int getIndicator()
public void setIndicator(int indicator)
indicator - indicator numberpublic int evaluate(FieldContainer container)
container - field container
public String toString()
toString in class GenericCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||