| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Method and Description |
|---|---|
static RelationType |
RelationType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static RelationType |
RelationType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
RelationType |
Relation.getType()
Method used to retrieve the type of relationship being
represented.
|
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Relation |
Task.addPredecessor(Task targetTask,
RelationType type,
Duration lag)
This method allows a predecessor relationship to be added to this
task instance.
|
boolean |
Task.removePredecessor(Task targetTask,
RelationType type,
Duration lag)
This method allows a predecessor relationship to be removed from this
task instance.
|
| Constructor and Description |
|---|
Relation(Task sourceTask,
Task targetTask,
RelationType type,
Duration lag)
Default constructor.
|
Copyright © 2013. All Rights Reserved.