-
public interface Place
-
-
Method Summary
Modifier and Type Method Description abstract StringgetEmbeddedType()abstract IntegergetQuality()abstract StringgetName()abstract StringgetLabel()abstract StringgetId()abstract CoordinatesgetCoordinates()-
-
Method Detail
-
getEmbeddedType
abstract String getEmbeddedType()
-
getQuality
abstract Integer getQuality()
-
getCoordinates
abstract Coordinates getCoordinates()
-
-
-
-