Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.conceptdraw | |
net.sf.mpxj.conceptdraw.schema | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.mspdi.schema | |
net.sf.mpxj.phoenix |
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 value.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printResourceType(ResourceType value)
Print a resource type value.
|
Modifier and Type | Field and Description |
---|---|
protected ResourceType |
Document.Resources.Resource.subType |
protected ResourceType |
Document.Resources.Resource.type |
Modifier and Type | Method and Description |
---|---|
ResourceType |
Document.Resources.Resource.getSubType()
Gets the value of the subType property.
|
ResourceType |
Document.Resources.Resource.getType()
Gets the value of the type property.
|
ResourceType |
Adapter12.unmarshal(String value) |
ResourceType |
Adapter13.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter12.marshal(ResourceType value) |
String |
Adapter13.marshal(ResourceType value) |
void |
Document.Resources.Resource.setSubType(ResourceType value)
Sets the value of the subType property.
|
void |
Document.Resources.Resource.setType(ResourceType value)
Sets the value of the type property.
|
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 |
Adapter16.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter16.marshal(ResourceType value) |
void |
Project.Resources.Resource.setType(ResourceType value)
Sets the value of the type property.
|
Modifier and Type | Method and Description |
---|---|
static ResourceType |
DatatypeConverter.parseResourceType(String value)
Convert the Phoenix representation of a resource type into a ResourceType instance.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printResourceType(ResourceType type)
Retrieve a resource type in the form required by Phoenix.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.