Uses of Enum Class
org.fiware.ngsi.model.GeometryVO.Type
-
Uses of GeometryVO.Type in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionGeometryVO.getType()
static GeometryVO.Type
GeometryVO.type()
static GeometryVO.Type
Returns the enum constant of this class with the specified name.static GeometryVO.Type[]
GeometryVO.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<GeometryVO.Type>
GeometryVO.Type.toOptional
(String value) Modifier and TypeMethodDescriptionGeometryVO.setType
(GeometryVO.Type newType) GeometryVO.type
(GeometryVO.Type newType)