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