| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.mspdi.schema |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ResourceType |
ResourceType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
ResourceType |
Resource.getType()
Retrieves the resource type.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.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.setType(ResourceType type)
Set the resource type.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
DatatypeConverter.parseResourceType(String value)
Parse a resource type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DatatypeConverter.printResourceType(ResourceType value)
Print a resource type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourceType |
Project.Resources.Resource.type |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
Project.Resources.Resource.getType()
Gets the value of the type property.
|
ResourceType |
Adapter11.unmarshal(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
Adapter11.marshal(ResourceType value) |
void |
Project.Resources.Resource.setType(ResourceType value)
Sets the value of the type property.
|
Copyright © 2013. All Rights Reserved.