Package com.aspose.tasks
Class TaskType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.TaskType
-
public final class TaskType extends com.aspose.ms.System.Enum
Specifies the type of a task. While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static int
FixedDuration
Fixed durationstatic int
FixedUnits
Fixed unitsstatic int
FixedWork
Fixed workstatic int
Undefined
Undefined value means that the field was not defined in original 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
Undefined value means that the field was not defined in original file
- See Also:
- Constant Field Values
-
FixedUnits
public static final int FixedUnits
Fixed units
- See Also:
- Constant Field Values
-
FixedDuration
public static final int FixedDuration
Fixed duration
- See Also:
- Constant Field Values
-
FixedWork
public static final int FixedWork
Fixed work
- See Also:
- Constant Field Values
-
-