Package com.aspose.tasks
Class PrimaveraPercentCompleteType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PrimaveraPercentCompleteType
-
public final class PrimaveraPercentCompleteType extends com.aspose.ms.System.EnumSpecifies value of '% Complete Type' field for Primavera activities.
-
-
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
-
None
public static final int None
Not specified or not applicable.
- See Also:
- Constant Field Values
-
Duration
public static final int Duration
Duration % Complete type.
- See Also:
- Constant Field Values
-
Physical
public static final int Physical
Physical % Complete type.
- See Also:
- Constant Field Values
-
Units
public static final int Units
Units % Complete type.
- See Also:
- Constant Field Values
-
-