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