Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.mspdi.schema |
Modifier and Type | Method and Description |
---|---|
AccrueType |
Resource.getAccrueAt()
Gets the Accrue at type.The Accrue At field provides choices for how and
when resource standard and overtime costs are to be charged, or accrued,
to the cost of a task.
|
AccrueType |
ExpenseItem.getAccrueType()
Retrieve the accrue type for this expense item.
|
AccrueType |
Task.getBaselineFixedCostAccrual()
Retrieves the baseline fixed cost accrual.
|
AccrueType |
Task.getBaselineFixedCostAccrual(int baselineNumber)
Retrieve a baseline value.
|
AccrueType |
ProjectProperties.getDefaultFixedCostAccrual()
Retrieve the default fixed cost accrual type.
|
AccrueType |
Task.getFixedCostAccrual()
Retrieves the fixed cost accrual flag value.
|
static AccrueType |
AccrueType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static AccrueType |
AccrueType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
static AccrueType |
AccrueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccrueType[] |
AccrueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExpenseItem.Builder |
ExpenseItem.Builder.accrueType(AccrueType value)
Add the accrue type.
|
void |
Resource.setAccrueAt(AccrueType type)
Sets the Accrue at type.The Accrue At field provides choices for how and
when resource standard and overtime costs are to be charged, or accrued,
to the cost of a task.
|
void |
Task.setBaselineFixedCostAccrual(AccrueType type)
Sets the baseline fixed cost accrual.
|
void |
Task.setBaselineFixedCostAccrual(int baselineNumber,
AccrueType value)
Set a baseline value.
|
void |
ProjectProperties.setDefaultFixedCostAccrual(AccrueType defaultFixedCostAccrual)
Sets the default fixed cost accrual type.
|
void |
Task.setFixedCostAccrual(AccrueType type)
Sets the fixed cost accrual flag value.
|
Modifier and Type | Method and Description |
---|---|
static AccrueType |
DatatypeConverter.parseAccrueType(String value)
Parse an accrue type.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printAccrueType(AccrueType value)
Print an accrue type.
|
Modifier and Type | Field and Description |
---|---|
protected AccrueType |
Project.Resources.Resource.accrueAt |
protected AccrueType |
Project.defaultFixedCostAccrual |
protected AccrueType |
Project.Tasks.Task.fixedCostAccrual |
Modifier and Type | Method and Description |
---|---|
AccrueType |
Project.Resources.Resource.getAccrueAt()
Gets the value of the accrueAt property.
|
AccrueType |
Project.getDefaultFixedCostAccrual()
Gets the value of the defaultFixedCostAccrual property.
|
AccrueType |
Project.Tasks.Task.getFixedCostAccrual()
Gets the value of the fixedCostAccrual property.
|
AccrueType |
Adapter18.unmarshal(String value) |
AccrueType |
Adapter25.unmarshal(String value) |
AccrueType |
Adapter9.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter18.marshal(AccrueType value) |
String |
Adapter25.marshal(AccrueType value) |
String |
Adapter9.marshal(AccrueType value) |
void |
Project.Resources.Resource.setAccrueAt(AccrueType value)
Sets the value of the accrueAt property.
|
void |
Project.setDefaultFixedCostAccrual(AccrueType value)
Sets the value of the defaultFixedCostAccrual property.
|
void |
Project.Tasks.Task.setFixedCostAccrual(AccrueType value)
Sets the value of the fixedCostAccrual property.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.