Package com.aspose.tasks
Class EarnedValueMethodType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.EarnedValueMethodType
-
public final class EarnedValueMethodType extends com.aspose.ms.System.Enum
Specifies the method used for calculating earned value. While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PercentComplete
Percent completestatic int
PhysicalPercentComplete
Physical percent completestatic int
Undefined
The field was not defined in original project file.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Undefined
public static final int Undefined
The field was not defined in original project file.
- See Also:
- Constant Field Values
-
PercentComplete
public static final int PercentComplete
Percent complete
- See Also:
- Constant Field Values
-
PhysicalPercentComplete
public static final int PhysicalPercentComplete
Physical percent complete
- See Also:
- Constant Field Values
-
-