Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.mspdi.schema |
Modifier and Type | Method and Description |
---|---|
BookingType |
Resource.getBookingType()
Retrieves the booking type.
|
static BookingType |
BookingType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static BookingType |
BookingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookingType[] |
BookingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.setBookingType(BookingType bookingType)
Sets the booking type.
|
Modifier and Type | Method and Description |
---|---|
static BookingType |
DatatypeConverter.parseBookingType(String value)
Parse a booking type.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printBookingType(BookingType value)
Print a booking type.
|
Modifier and Type | Field and Description |
---|---|
protected BookingType |
Project.Resources.Resource.bookingType |
Modifier and Type | Method and Description |
---|---|
BookingType |
Project.Resources.Resource.getBookingType()
Gets the value of the bookingType property.
|
BookingType |
Adapter20.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter20.marshal(BookingType value) |
void |
Project.Resources.Resource.setBookingType(BookingType value)
Sets the value of the bookingType property.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.