Uses of Enum Class
org.fiware.ngsi.model.PointVO.Type
Packages that use PointVO.Type
-
Uses of PointVO.Type in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return PointVO.TypeModifier and TypeMethodDescriptionPointVO.getType()
static PointVO.Type
PointVO.type()
static PointVO.Type
Returns the enum constant of this class with the specified name.static PointVO.Type[]
PointVO.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 PointVO.TypeModifier and TypeMethodDescriptionstatic Optional<PointVO.Type>
PointVO.Type.toOptional
(String value) Methods in org.fiware.ngsi.model with parameters of type PointVO.TypeModifier and TypeMethodDescriptionPointVO.setType
(PointVO.Type newType) PointVO.type
(PointVO.Type newType)