Modifier and Type | Method and Description |
---|---|
ArrayList<AnalysisType> |
Analysis.getPerformedAnalysis() |
ArrayList<AnalysisType> |
Analysis.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.addPerformedAnalysis(AnalysisType toAdd) |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.setPerformedAnalysis(ArrayList<AnalysisType> performedAnalysis) |
void |
Analysis.setType(ArrayList<AnalysisType> type) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AnalysisType> |
Analysis.performedAnalysis() |
ArrayList<AnalysisType> |
Analysis.type() |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.addPerformedAnalysis(AnalysisType toAdd) |
Modifier and Type | Method and Description |
---|---|
void |
Analysis.performedAnalysis(ArrayList<AnalysisType> performedAnalysis) |
void |
Analysis.type(ArrayList<AnalysisType> type) |
Modifier and Type | Method and Description |
---|---|
static AnalysisType |
AnalysisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisType[] |
AnalysisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.