Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mspdi |
Modifier and Type | Method and Description |
---|---|
ConstraintType |
Task.getConstraintType()
The Constraint Type field provides choices for the type of constraint you
can apply for scheduling a task.
|
static ConstraintType |
ConstraintType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ConstraintType |
ConstraintType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
ConstraintType |
Task.getSecondaryConstraintType()
Retrieve the secondary constraint type.
|
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setConstraintType(ConstraintType type)
Private method for dealing with string parameters from File.
|
void |
Task.setSecondaryConstraintType(ConstraintType type)
Set the secondary constraint type.
|
Modifier and Type | Method and Description |
---|---|
static ConstraintType |
DatatypeConverter.parseConstraintType(Number value)
Parse a constraint type.
|
Modifier and Type | Method and Description |
---|---|
static BigInteger |
DatatypeConverter.printConstraintType(ConstraintType value)
Print a constraint type.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.