|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EarnedValueComputeType | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of EarnedValueComputeType in com.primavera.integration.client.bo.enm |
---|
Fields in com.primavera.integration.client.bo.enm declared as EarnedValueComputeType | |
---|---|
static EarnedValueComputeType |
EarnedValueComputeType.ACTIVITY_PERCENT_COMPLETE
|
static EarnedValueComputeType |
EarnedValueComputeType.ACTIVITY_PERCENT_COMPLETE_USING_RESOURCE_CURVE
|
static EarnedValueComputeType |
EarnedValueComputeType.CUSTOM_PERCENT_COMPLETE
|
static EarnedValueComputeType |
EarnedValueComputeType.FIFTY_FIFTY
|
static EarnedValueComputeType |
EarnedValueComputeType.NULL
|
static EarnedValueComputeType |
EarnedValueComputeType.WBS_MILESTONES_PERCENT_COMPLETE
|
static EarnedValueComputeType |
EarnedValueComputeType.ZERO_HUNDRED
|
Methods in com.primavera.integration.client.bo.enm that return EarnedValueComputeType | |
---|---|
static EarnedValueComputeType |
EarnedValueComputeType.getEarnedValueComputeType(int iEarnedValueComputeType)
Gets an instance of EarnedValueComputeType based on the integer value specified. |
static EarnedValueComputeType |
EarnedValueComputeType.getEarnedValueComputeType(java.lang.String sEarnedValueComputeType)
Gets an instance of EarnedValueComputeType based on the String value specified. |
Uses of EarnedValueComputeType in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return EarnedValueComputeType | |
---|---|
EarnedValueComputeType |
WBS.getEarnedValueComputeType()
Gets the technique used for computing earned-value percent complete for activities within the WBS. |
EarnedValueComputeType |
Project.getEarnedValueComputeType()
Gets the technique used for computing earned-value percent complete for activities within the Project. |
EarnedValueComputeType |
GlobalPreferences.getEVPerformancePctCompleteTechnique()
Gets the technique used for computing earned-value percent complete. |
Methods in com.primavera.integration.client.bo.object with parameters of type EarnedValueComputeType | |
---|---|
void |
WBS.setEarnedValueComputeType(EarnedValueComputeType enm)
Sets the technique used for computing earned-value percent complete for activities within the WBS. |
void |
Project.setEarnedValueComputeType(EarnedValueComputeType enm)
Sets the technique used for computing earned-value percent complete for activities within the Project. |
void |
GlobalPreferences.setEVPerformancePctCompleteTechnique(EarnedValueComputeType enm)
Sets the technique used for computing earned-value percent complete. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |