Uses of Enum Class
org.fiware.ngsi.model.PointVO.Type
-
Uses of PointVO.Type in org.fiware.ngsi.model
Modifier 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.Modifier and TypeMethodDescriptionstatic Optional<PointVO.Type>
PointVO.Type.toOptional
(String value) Modifier and TypeMethodDescriptionPointVO.setType
(PointVO.Type newType) PointVO.type
(PointVO.Type newType)