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