BookingType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class BookingType extends System.Enum

Specifies the booking type of a resource.


While exporting into XML the Undefined values will be eliminated from resulting XML.

Fields

FieldDescription
CommittedIndicates Committed booking type.
ProposedIndicates Proposed booking type.
UndefinedIndicates the value was not defined in original project file.

Committed

public static final int Committed

Indicates Committed booking type.

Proposed

public static final int Proposed

Indicates Proposed booking type.

Undefined

public static final int Undefined

Indicates the value was not defined in original project file.