Uses of Class
com.sas.hls.common.State

Packages that use State
com.sas.hls.common Contains common exceptions and definitions that work across the HLS platform. 
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. 
 

Uses of State in com.sas.hls.common
 

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

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

Methods in com.sas.hls.drug.analysis that return State
 State Analysis.getState()
          Get the state of the analysis.
 

Methods in com.sas.hls.drug.analysis with parameters of type State
 Analysis AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor, State state, String comment)
          Set the state for the analysis
 void Analysis.setState(State state)
          Deprecated. 
 

Constructors in com.sas.hls.drug.analysis with parameters of type State
Analysis(String identifier, String name, String path, ProjectDescriptor context, State state, String stateComment)
          Constructor
 

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

Methods in com.sas.hls.drug.project that return State
 State Project.getState()
          Get the state of the project.
 

Methods in com.sas.hls.drug.project with parameters of type State
 Project ProjectService.setProjectState(ProjectDescriptor projectDescriptor, State state, String comment, boolean includeAnalyses)
          Set the state for the project
 void Project.setState(State state)
          Deprecated. 
 

Constructors in com.sas.hls.drug.project with parameters of type State
Project(String identifier, String name, String path, OrganizationDescriptor context, State state, String stateComment)
          Constructor
 



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