|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SpeciesFields in org.gcube.application.aquamaps.aquamapsportlet.client.constants.fields |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.constants.fields that return SpeciesFields | |
---|---|
static SpeciesFields |
SpeciesFields.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpeciesFields[] |
SpeciesFields.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SpeciesFields in org.gcube.application.aquamaps.aquamapsportlet.client.rpc |
---|
Method parameters in org.gcube.application.aquamaps.aquamapsportlet.client.rpc with type arguments of type SpeciesFields | |
---|---|
Msg |
AquaMapsPortletLocalService.setEnvelopeCustomization(String ids,
Map<SpeciesFields,Float> perturbations)
|
void |
AquaMapsPortletLocalServiceAsync.setEnvelopeCustomization(String id,
Map<SpeciesFields,Float> perturbations,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
|
Uses of SpeciesFields in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data |
---|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data that return SpeciesFields | |
---|---|
static SpeciesFields |
ClientEnvelope.getMaxName(EnvelopeFieldsClient parameter)
|
static SpeciesFields |
ClientEnvelope.getMinName(EnvelopeFieldsClient parameter)
|
static SpeciesFields |
ClientEnvelope.getPrefMaxName(EnvelopeFieldsClient parameter)
|
static SpeciesFields |
ClientEnvelope.getPrefMinName(EnvelopeFieldsClient parameter)
|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data that return types with arguments of type SpeciesFields | |
---|---|
Set<SpeciesFields> |
ClientEnvelope.getValueNames(EnvelopeFieldsClient parameterName)
|
Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data with parameters of type SpeciesFields | |
---|---|
Double |
ClientEnvelope.getValue(EnvelopeFieldsClient parameterName,
SpeciesFields depthprefmax)
|
void |
ClientEnvelope.setValue(EnvelopeFieldsClient parameterName,
SpeciesFields valueName,
double d)
|
Uses of SpeciesFields in org.gcube.application.aquamaps.aquamapsportlet.servlet |
---|
Method parameters in org.gcube.application.aquamaps.aquamapsportlet.servlet with type arguments of type SpeciesFields | |
---|---|
Msg |
AquaMapsPortletLocalImpl.setEnvelopeCustomization(String ids,
Map<SpeciesFields,Float> perturbations)
|
Uses of SpeciesFields in org.gcube.application.aquamaps.aquamapsportlet.servlet.utils |
---|
Method parameters in org.gcube.application.aquamaps.aquamapsportlet.servlet.utils with type arguments of type SpeciesFields | |
---|---|
static String |
JSONUtils.pertMapToJSON(Map<SpeciesFields,Float> perturbations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |