|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpx.MPXReader.DeferredRelationship
protected static class MPXReader.DeferredRelationship
This class is used to collect relationship data awaiting deferred processing. We do this to allow forward references between tasks.
| Constructor Summary | |
|---|---|
protected |
MPXReader.DeferredRelationship()
|
| Method Summary | |
|---|---|
String |
getData()
Retrieve the relationship data. |
TaskField |
getField()
Retrieve the target task field. |
Task |
getTask()
Retrieve the parent task. |
void |
setData(String data)
Set the relationship data. |
void |
setField(TaskField field)
Set the target task field. |
void |
setTask(Task task)
Set the parent task instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MPXReader.DeferredRelationship()
| Method Detail |
|---|
public Task getTask()
public void setTask(Task task)
task - parent Task instancepublic TaskField getField()
public void setField(TaskField field)
field - TaskField instancepublic String getData()
public void setData(String data)
data - relationship data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||