Uses of Enum Class
org.fiware.ngsi.model.GeometryVO.Type
Packages that use GeometryVO.Type
-
Uses of GeometryVO.Type in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return GeometryVO.TypeModifier 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.Methods in org.fiware.ngsi.model that return types with arguments of type GeometryVO.TypeModifier and TypeMethodDescriptionstatic Optional<GeometryVO.Type>
GeometryVO.Type.toOptional
(String value) Methods in org.fiware.ngsi.model with parameters of type GeometryVO.TypeModifier and TypeMethodDescriptionGeometryVO.setType
(GeometryVO.Type newType) GeometryVO.type
(GeometryVO.Type newType)