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.EnumSpecifies 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 intFixedDurationFixed durationstatic intFixedUnitsFixed unitsstatic intFixedWorkFixed workstatic intUndefinedUndefined 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
-
-