|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaveOperationType | |
---|---|
org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.save |
Uses of SaveOperationType in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.save |
---|
Methods in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.save that return SaveOperationType | |
---|---|
SaveOperationType |
SaveRequest.getType()
|
static SaveOperationType |
SaveOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SaveOperationType[] |
SaveOperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.save with parameters of type SaveOperationType | |
---|---|
void |
SaveRequest.setType(SaveOperationType type)
|
Constructors in org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.data.save with parameters of type SaveOperationType | |
---|---|
SaveCompoundMapRequest(SaveOperationType type,
CompoundMapItem toSave,
String destinationBasketId,
String toSaveName)
|
|
SaveRequest(SaveOperationType type,
String toSaveId,
String destinationBasketId,
String toSaveName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |