Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.conceptdraw | |
net.sf.mpxj.conceptdraw.schema | |
net.sf.mpxj.phoenix | |
net.sf.mpxj.primavera | |
net.sf.mpxj.primavera.common |
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 |
---|---|
boolean |
Task.removePredecessor(Task targetTask,
RelationType type,
Duration lag)
This method allows a predecessor relationship to be removed from this
task instance.
|
boolean |
RelationContainer.removePredecessor(Task successorTask,
Task predecessorTask,
RelationType type,
Duration lag)
Remove a matching predecessor relationship from a task.
|
Relation.Builder |
Relation.Builder.type(RelationType value)
Add the type.
|
Modifier and Type | Method and Description |
---|---|
static RelationType |
DatatypeConverter.parseRelationType(String value)
Parse a relation type value.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printRelationType(RelationType value)
Print a relation type value.
|
Modifier and Type | Field and Description |
---|---|
protected RelationType |
Document.Links.Link.type |
Modifier and Type | Method and Description |
---|---|
RelationType |
Document.Links.Link.getType()
Gets the value of the type property.
|
RelationType |
Adapter9.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter9.marshal(RelationType value) |
void |
Document.Links.Link.setType(RelationType value)
Sets the value of the type property.
|
Modifier and Type | Method and Description |
---|---|
static RelationType |
DatatypeConverter.parseRelationType(String value)
Convert the Phoenix representation of a task relationship type into a RelationType instance.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printRelationType(RelationType type)
Retrieve a relation type in the form required by Phoenix.
|
Modifier and Type | Method and Description |
---|---|
RelationType |
ExternalRelation.getType()
Method used to retrieve the type of relationship being
represented.
|
Constructor and Description |
---|
ExternalRelation(Integer uniqueID,
Integer sourceUniqueID,
Task targetTask,
RelationType type,
Duration lag,
boolean predecessor,
String notes)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
RelationType |
MapRow.getRelationType(String name)
Retrieve a relation type value.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.