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.Enum
Specifies 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 int
BackLoaded
BackLoaded work contour.static int
Bell
Bell work contour.static int
Contoured
Custom work contour.static int
DoublePeak
DoublePeak work contour.static int
EarlyPeak
EarlyPeak work contour.static int
Flat
Flat work contour.static int
FrontLoaded
FrontLoaded work contour.static int
LatePeak
LatePeak work contour.static int
Turtle
Turtle work contour.static int
Undefined
The 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
-
-