|
||||||||||
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class net.sf.mpxj.GenericCriteria |
|---|
evaluateCriteria, getField, getOperator, getValue, setField, setOperator, setValue |
| 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 java.lang.String toString()
toString in class GenericCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||