Package com.aspose.tasks
Class PrimaveraActivityType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.PrimaveraActivityType
-
public final class PrimaveraActivityType extends com.aspose.ms.System.EnumSpecifies type of Primavera activity.
-
-
Field Summary
Fields Modifier and Type Field Description static intFinishMilestone'Finish Milestone' activity typestatic intLevelOfEffort'Level Of Effort' activity typestatic intNoneNot specified or not applicable.static intResourceDependent'Resource Dependent' activity typestatic intStartMilestone'Start Milestone' activity typestatic intTaskDependent'Task Dependent' activity typestatic intWbsSummary'WBS Summary' activity type
-
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
-
StartMilestone
public static final int StartMilestone
'Start Milestone' activity type
- See Also:
- Constant Field Values
-
FinishMilestone
public static final int FinishMilestone
'Finish Milestone' activity type
- See Also:
- Constant Field Values
-
TaskDependent
public static final int TaskDependent
'Task Dependent' activity type
- See Also:
- Constant Field Values
-
ResourceDependent
public static final int ResourceDependent
'Resource Dependent' activity type
- See Also:
- Constant Field Values
-
LevelOfEffort
public static final int LevelOfEffort
'Level Of Effort' activity type
- See Also:
- Constant Field Values
-
WbsSummary
public static final int WbsSummary
'WBS Summary' activity type
- See Also:
- Constant Field Values
-
-