|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmType | |
---|---|
org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data | |
org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.types |
Uses of AlgorithmType in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data |
---|
Methods in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data that return AlgorithmType | |
---|---|
AlgorithmType |
ClientResource.getAlgorithm()
|
Methods in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data with parameters of type AlgorithmType | |
---|---|
void |
ClientResource.setAlgorithm(AlgorithmType algorithm)
|
Constructors in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data with parameters of type AlgorithmType | |
---|---|
ClientResource(String title,
Integer searchId,
String tableName,
String description,
String author,
String disclaimer,
String provenance,
Time time,
String hcafIds,
String hspenIds,
String hspecIds,
String occurrIds,
String hcafNames,
String hspenNames,
String hspecNames,
String parameters,
String occurNames,
String status,
ClientResourceType type,
AlgorithmType algorithm,
Boolean isDefault,
Long rowCount)
|
Uses of AlgorithmType in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.types |
---|
Methods in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.types that return AlgorithmType | |
---|---|
static AlgorithmType |
AlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlgorithmType[] |
AlgorithmType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |