Uses of Class
org.pentaho.di.resource.ResourceEntry.ResourceType

Packages that use ResourceEntry.ResourceType
org.pentaho.di.resource   
 

Uses of ResourceEntry.ResourceType in org.pentaho.di.resource
 

Methods in org.pentaho.di.resource that return ResourceEntry.ResourceType
 ResourceEntry.ResourceType ResourceEntry.getResourcetype()
           
static ResourceEntry.ResourceType ResourceEntry.ResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceEntry.ResourceType[] ResourceEntry.ResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.resource with parameters of type ResourceEntry.ResourceType
 void ResourceEntry.setResourcetype(ResourceEntry.ResourceType resourcetype)
           
 

Constructors in org.pentaho.di.resource with parameters of type ResourceEntry.ResourceType
ResourceEntry(String resource, ResourceEntry.ResourceType resourcetype)