com.sas.drugdev.remote.type
Interface RemoteType

All Superinterfaces:
Type

public interface RemoteType
extends Type


Method Summary
 java.util.Map getProperties()
          Gets a map of all the properties defined for this type, keyed by the property name.
 boolean isContainerType()
          Returns whether this is type is for container objects.
 
Methods inherited from interface com.sas.drugdev.remote.type.Type
getName
 

Method Detail

isContainerType

boolean isContainerType()
Returns whether this is type is for container objects. If it is not, then it is a file type.

Returns:
Whether this is type is for container objects

getProperties

java.util.Map getProperties()
Gets a map of all the properties defined for this type, keyed by the property name.

Returns:
Map with string keys and TypeProperty values