|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectType | |
|---|---|
| org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced | |
| org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.types | |
| Uses of ObjectType in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced that return ObjectType | |
|---|---|
ObjectType |
AquaMap.getMapType()
|
ObjectType |
Submitted.getType()
|
ObjectType |
AquaMapsObject.getType()
|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced with parameters of type ObjectType | |
|---|---|
AquaMapsObject |
Job.addAquaMapsObject(ObjectType type)
|
void |
AquaMap.setMapType(ObjectType mapType)
|
void |
Submitted.setType(ObjectType type)
|
void |
AquaMapsObject.setType(ObjectType type)
|
| Constructors in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced with parameters of type ObjectType | |
|---|---|
AquaMapsObject(String name,
int id,
ObjectType type)
|
|
| Uses of ObjectType in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.types |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.types that return ObjectType | |
|---|---|
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||