Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
static ResourceRequestType |
ResourceRequestType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ResourceRequestType |
ResourceRequestType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
ResourceRequestType |
ResourceAssignment.getResourceRequestType()
Retrieves the resource request type attribute.
|
static ResourceRequestType |
ResourceRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRequestType[] |
ResourceRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAssignment.setResourceRequestType(ResourceRequestType type)
Sets the resource request type attribute.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.