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