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