Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mspdi |
Modifier and Type | Method and Description |
---|---|
EarnedValueMethod |
ProjectProperties.getDefaultTaskEarnedValueMethod()
Retrieves the default task earned value method.
|
EarnedValueMethod |
ProjectProperties.getEarnedValueMethod()
Retrieve the earned value method.
|
EarnedValueMethod |
Task.getEarnedValueMethod()
Retrieves the earned value method.
|
static EarnedValueMethod |
EarnedValueMethod.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static EarnedValueMethod |
EarnedValueMethod.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
static EarnedValueMethod |
EarnedValueMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EarnedValueMethod[] |
EarnedValueMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectProperties.setDefaultTaskEarnedValueMethod(EarnedValueMethod defaultTaskEarnedValueMethod)
Sets the default task earned value method.
|
void |
ProjectProperties.setEarnedValueMethod(EarnedValueMethod earnedValueMethod)
Set the earned value method.
|
void |
Task.setEarnedValueMethod(EarnedValueMethod earnedValueMethod)
Sets the earned value method.
|
Modifier and Type | Method and Description |
---|---|
static EarnedValueMethod |
DatatypeConverter.parseEarnedValueMethod(Number value)
Parse an earned value method.
|
Modifier and Type | Method and Description |
---|---|
static BigInteger |
DatatypeConverter.printEarnedValueMethod(EarnedValueMethod value)
Print an earned value method.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.