|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
Analysis.setState(State state)
Set the state of the analysis. |
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 | |
---|---|
void |
Project.setState(State state)
Set the state of the project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |