Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common | |
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
static ResourceField |
ResourceField.getInstance(int type)
This method takes the integer enumeration of a resource field
and returns an appropriate class instance.
|
static ResourceField |
ResourceField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceField[] |
ResourceField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static ResourceField[] |
ResourceFieldLists.BASELINE_BUDGET_COSTS |
static ResourceField[] |
ResourceFieldLists.BASELINE_BUDGET_WORKS |
static ResourceField[] |
ResourceFieldLists.BASELINE_COSTS |
static ResourceField[] |
ResourceFieldLists.BASELINE_WORKS |
static ResourceField[] |
ResourceFieldLists.CUSTOM_COST |
static ResourceField[] |
ResourceFieldLists.CUSTOM_DATE |
static ResourceField[] |
ResourceFieldLists.CUSTOM_DURATION |
static ResourceField[] |
ResourceFieldLists.CUSTOM_DURATION_UNITS |
static ResourceField[] |
ResourceFieldLists.CUSTOM_FINISH |
static ResourceField[] |
ResourceFieldLists.CUSTOM_FLAG |
static ResourceField[] |
ResourceFieldLists.CUSTOM_NUMBER |
static ResourceField[] |
ResourceFieldLists.CUSTOM_OUTLINE_CODE |
static ResourceField[] |
ResourceFieldLists.CUSTOM_OUTLINE_CODE_INDEX |
static ResourceField[] |
ResourceFieldLists.CUSTOM_START |
static ResourceField[] |
ResourceFieldLists.CUSTOM_TEXT |
static ResourceField[] |
ResourceFieldLists.ENTERPRISE_CUSTOM_COST |
static ResourceField[] |
ResourceFieldLists.ENTERPRISE_CUSTOM_DATE |
static ResourceField[] |
ResourceFieldLists.ENTERPRISE_CUSTOM_DURATION |
static ResourceField[] |
ResourceFieldLists.ENTERPRISE_CUSTOM_FLAG |
static ResourceField[] |
ResourceFieldLists.ENTERPRISE_CUSTOM_NUMBER |
static ResourceField[] |
ResourceFieldLists.ENTERPRISE_CUSTOM_TEXT |
Modifier and Type | Field and Description |
---|---|
static List<ResourceField> |
ResourceFieldLists.CUSTOM_FIELDS |
Modifier and Type | Method and Description |
---|---|
static void |
MPPUtility.convertRateFromHours(ProjectFile file,
Resource resource,
ResourceField rateField,
ResourceField unitsField)
Convert from the internal representation of a rate as an amount per hour to the
format presented to the user.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.