Uses of Class
com.sas.hls.resource.ResourceSpecification.ResourceType

Packages that use ResourceSpecification.ResourceType
com.sas.hls.resource Provides the services and classes needed to manage the life cycle of resources in workspaces or the repository, and to get information about those resources. 
 

Uses of ResourceSpecification.ResourceType in com.sas.hls.resource
 

Methods in com.sas.hls.resource that return ResourceSpecification.ResourceType
 ResourceSpecification.ResourceType ResourceSpecification.getType()
          Get the resource type specified.
static ResourceSpecification.ResourceType ResourceSpecification.ResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceSpecification.ResourceType[] ResourceSpecification.ResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.hls.resource with parameters of type ResourceSpecification.ResourceType
 void ResourceSpecification.setType(ResourceSpecification.ResourceType type)
          Set the resource type specified.
 

Constructors in com.sas.hls.resource with parameters of type ResourceSpecification.ResourceType
ResourceSpecification(String path, String version, ResourceSpecification.ResourceType type, boolean includeSubFolders)
          Constructor
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA