Uses of Interface
com.sas.drugdev.remote.type.Type

Packages that use Type
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.type Provides classes and interfaces for retrieving type information. 
 

Uses of Type in com.sas.drugdev.remote.repository
 

Constructors in com.sas.drugdev.remote.repository with parameters of type Type
FileBean(java.lang.String path, Type type)
          Construct the FileBean with a type and a path.
ContainerBean(java.lang.String path, Type type)
          Construct the ContainerBean with a type and a path.
 

Uses of Type in com.sas.drugdev.remote.type
 

Subinterfaces of Type in com.sas.drugdev.remote.type
 interface RemoteType
           
 

Classes in com.sas.drugdev.remote.type that implement Type
 class TypeBean