Uses of Interface
org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
Packages that use TemplateVariable
Package
Description
-
Uses of TemplateVariable in org.gcube.informationsystem.queries.templates.impl.entities
Fields in org.gcube.informationsystem.queries.templates.impl.entities with type parameters of type TemplateVariableModifier and TypeFieldDescriptionprotected Map<String,TemplateVariable> QueryTemplateImpl.templateVariablesThe template variables.Methods in org.gcube.informationsystem.queries.templates.impl.entities that return types with arguments of type TemplateVariableModifier and TypeMethodDescriptionQueryTemplateImpl.getTemplateVariables()Returns the variables defined in this template.Methods in org.gcube.informationsystem.queries.templates.impl.entities with parameters of type TemplateVariableModifier and TypeMethodDescriptionvoidQueryTemplateImpl.addTemplateVariable(TemplateVariable templateVariable) Adds a variable to the template. -
Uses of TemplateVariable in org.gcube.informationsystem.queries.templates.impl.properties
Classes in org.gcube.informationsystem.queries.templates.impl.properties that implement TemplateVariableModifier and TypeClassDescriptionclassThe default implementation of theTemplateVariableinterface. -
Uses of TemplateVariable in org.gcube.informationsystem.queries.templates.reference.entities
Methods in org.gcube.informationsystem.queries.templates.reference.entities that return types with arguments of type TemplateVariableModifier and TypeMethodDescriptionQueryTemplate.getTemplateVariables()Returns the variables defined in this template.Methods in org.gcube.informationsystem.queries.templates.reference.entities with parameters of type TemplateVariableModifier and TypeMethodDescriptionvoidQueryTemplate.addTemplateVariable(TemplateVariable templateVariable) Adds a variable to the template.