Uses of Class
net.sf.mpxj.RelationType

Packages that use RelationType
net.sf.mpxj   
 

Uses of RelationType in net.sf.mpxj
 

Methods in net.sf.mpxj that return RelationType
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.
 

Methods in net.sf.mpxj with parameters of type RelationType
 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.
 

Constructors in net.sf.mpxj with parameters of type RelationType
Relation(Task sourceTask, Task targetTask, RelationType type, Duration lag)
          Default constructor.
 



Copyright © 2012. All Rights Reserved.