Package com.aspose.tasks
Class WorkContourType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.WorkContourType
-
public final class WorkContourType extends com.aspose.ms.System.EnumSpecifies the contour of a work. While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static intBackLoadedBackLoaded work contour.static intBellBell work contour.static intContouredCustom work contour.static intDoublePeakDoublePeak work contour.static intEarlyPeakEarlyPeak work contour.static intFlatFlat work contour.static intFrontLoadedFrontLoaded work contour.static intLatePeakLatePeak work contour.static intTurtleTurtle work contour.static intUndefinedThe value was not defined in original project 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
The value was not defined in original project file.
- See Also:
- Constant Field Values
-
Flat
public static final int Flat
Flat work contour.
- See Also:
- Constant Field Values
-
BackLoaded
public static final int BackLoaded
BackLoaded work contour.
- See Also:
- Constant Field Values
-
FrontLoaded
public static final int FrontLoaded
FrontLoaded work contour.
- See Also:
- Constant Field Values
-
DoublePeak
public static final int DoublePeak
DoublePeak work contour.
- See Also:
- Constant Field Values
-
EarlyPeak
public static final int EarlyPeak
EarlyPeak work contour.
- See Also:
- Constant Field Values
-
LatePeak
public static final int LatePeak
LatePeak work contour.
- See Also:
- Constant Field Values
-
Bell
public static final int Bell
Bell work contour.
- See Also:
- Constant Field Values
-
Turtle
public static final int Turtle
Turtle work contour.
- See Also:
- Constant Field Values
-
Contoured
public static final int Contoured
Custom work contour.
- See Also:
- Constant Field Values
-
-