|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BookingType | |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.mspdi.schema | |
| Uses of BookingType in net.sf.mpxj |
|---|
| Methods in net.sf.mpxj that return BookingType | |
|---|---|
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. |
| Methods in net.sf.mpxj with parameters of type BookingType | |
|---|---|
void |
Resource.setBookingType(BookingType bookingType)
Sets the booking type. |
| Uses of BookingType in net.sf.mpxj.mspdi |
|---|
| Methods in net.sf.mpxj.mspdi that return BookingType | |
|---|---|
static BookingType |
DatatypeConverter.parseBookingType(String value)
Parse a booking type. |
| Methods in net.sf.mpxj.mspdi with parameters of type BookingType | |
|---|---|
static String |
DatatypeConverter.printBookingType(BookingType value)
Print a booking type. |
| Uses of BookingType in net.sf.mpxj.mspdi.schema |
|---|
| Fields in net.sf.mpxj.mspdi.schema declared as BookingType | |
|---|---|
protected BookingType |
Project.Resources.Resource.bookingType
|
| Methods in net.sf.mpxj.mspdi.schema that return BookingType | |
|---|---|
BookingType |
Project.Resources.Resource.getBookingType()
Gets the value of the bookingType property. |
BookingType |
Adapter14.unmarshal(String value)
|
| Methods in net.sf.mpxj.mspdi.schema with parameters of type BookingType | |
|---|---|
String |
Adapter14.marshal(BookingType value)
|
void |
Project.Resources.Resource.setBookingType(BookingType value)
Sets the value of the bookingType property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||