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