Package com.aspose.tasks
Class PrimaveraDurationType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PrimaveraDurationType
-
public final class PrimaveraDurationType extends com.aspose.ms.System.EnumSpecifies duration type of Primavera activity.
-
-
Field Summary
Fields Modifier and Type Field Description static intFixedDurationUnits'Fixed Duration And Units' duration typestatic intFixedDurationUnitsTime'Fixed Duration And Units/Time' duration typestatic intFixedUnits'Fixed Units' duration typestatic intFixedUnitsTime'Fixed Units/Time' duration typestatic intNoneNot specified or not applicable.
-
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
-
FixedDurationUnits
public static final int FixedDurationUnits
'Fixed Duration And Units' duration type
- See Also:
- Constant Field Values
-
FixedDurationUnitsTime
public static final int FixedDurationUnitsTime
'Fixed Duration And Units/Time' duration type
- See Also:
- Constant Field Values
-
FixedUnits
public static final int FixedUnits
'Fixed Units' duration type
- See Also:
- Constant Field Values
-
FixedUnitsTime
public static final int FixedUnitsTime
'Fixed Units/Time' duration type
- See Also:
- Constant Field Values
-
-