Package com.aspose.tasks
Class BookingType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.BookingType
-
public final class BookingType extends com.aspose.ms.System.Enum
Specifies the booking type of a resource.
While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
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
Indicates the value was not defined in original project file.
- See Also:
- Constant Field Values
-
Committed
public static final int Committed
Indicates Committed booking type.
- See Also:
- Constant Field Values
-
Proposed
public static final int Proposed
Indicates Proposed booking type.
- See Also:
- Constant Field Values
-
-