Uses of Class
com.sas.hls.type.AttributeDefinition

Packages that use AttributeDefinition
com.sas.hls.drug.analysis Service and class definitions for manipulating and creating SAS Drug Development analyses. 
com.sas.hls.drug.project Service and class definitions for manipulating and creating SAS Drug Development projects. 
com.sas.hls.type Provides the services and classes needed to describe the object type definitions within the system. 
 

Uses of AttributeDefinition in com.sas.hls.drug.analysis
 

Methods in com.sas.hls.drug.analysis that return types with arguments of type AttributeDefinition
 List<AttributeDefinition> AnalysisService.getAttributeDefinitionsForAnalysis()
          Get the set of attribute definitions on the analysis type including system and extended attributes.
 

Uses of AttributeDefinition in com.sas.hls.drug.project
 

Methods in com.sas.hls.drug.project that return types with arguments of type AttributeDefinition
 List<AttributeDefinition> ProjectService.getAttributeDefinitionsForProject()
          Get the set of definitions for attributes defined for project type including system and extended attribute types.
 

Uses of AttributeDefinition in com.sas.hls.type
 

Methods in com.sas.hls.type that return types with arguments of type AttributeDefinition
 List<AttributeDefinition> Type.getAttributeDefinitions()
          Returns the attribute definitions related to this object type.
 

Constructor parameters in com.sas.hls.type with type arguments of type AttributeDefinition
Type(String name, String displayName, boolean isFileType, List<AttributeDefinition> attributeDefinitions)
          Initializing constructor which allocates a new Type and sets all attributes to the specified values.
 



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