public final class BookingType
extends com.aspose.ms.System.Enum
Specifies the booking type of a resource.
Modifier and Type | Field and Description |
---|---|
static int |
Committed
Indicates Committed booking type.
|
static int |
Proposed
Indicates Proposed booking type.
|
static int |
Undefined
Indicates the value was not defined in original project file.
|
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
public static final int Undefined
Indicates the value was not defined in original project file.
public static final int Committed
Indicates Committed booking type.
public static final int Proposed
Indicates Proposed booking type.