|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnalysisType | |
|---|---|
| org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced | |
| org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.types | |
| Uses of AnalysisType in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced that return types with arguments of type AnalysisType | |
|---|---|
ArrayList<AnalysisType> |
Analysis.getPerformedAnalysis()
|
ArrayList<AnalysisType> |
Analysis.getType()
|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced with parameters of type AnalysisType | |
|---|---|
void |
Analysis.addPerformedAnalysis(AnalysisType toAdd)
|
| Method parameters in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced with type arguments of type AnalysisType | |
|---|---|
void |
Analysis.setPerformedAnalysis(ArrayList<AnalysisType> performedAnalysis)
|
void |
Analysis.setType(ArrayList<AnalysisType> type)
|
| Uses of AnalysisType in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.types |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.types that return AnalysisType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||