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