Uses of Class
net.sf.mpxj.ResourceType

Packages that use ResourceType
net.sf.mpxj   
net.sf.mpxj.mspdi   
net.sf.mpxj.mspdi.schema   
 

Uses of ResourceType in net.sf.mpxj
 

Methods in net.sf.mpxj that return ResourceType
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.
 

Methods in net.sf.mpxj with parameters of type ResourceType
 void Resource.setType(ResourceType type)
          Set the resource type.
 

Uses of ResourceType in net.sf.mpxj.mspdi
 

Methods in net.sf.mpxj.mspdi that return ResourceType
static ResourceType DatatypeConverter.parseResourceType(String value)
          Parse a resource type.
 

Methods in net.sf.mpxj.mspdi with parameters of type ResourceType
static String DatatypeConverter.printResourceType(ResourceType value)
          Print a resource type.
 

Uses of ResourceType in net.sf.mpxj.mspdi.schema
 

Fields in net.sf.mpxj.mspdi.schema declared as ResourceType
protected  ResourceType Project.Resources.Resource.type
           
 

Methods in net.sf.mpxj.mspdi.schema that return ResourceType
 ResourceType Project.Resources.Resource.getType()
          Gets the value of the type property.
 ResourceType Adapter11.unmarshal(String value)
           
 

Methods in net.sf.mpxj.mspdi.schema with parameters of type ResourceType
 String Adapter11.marshal(ResourceType value)
           
 void Project.Resources.Resource.setType(ResourceType value)
          Sets the value of the type property.
 



Copyright © 2012. All Rights Reserved.