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