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