Uses of Interface
org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
-
-
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 TemplateVariable Modifier and Type Field Description protected Map<String,TemplateVariable>QueryTemplateImpl. templateVariablesThe template variables.Methods in org.gcube.informationsystem.queries.templates.impl.entities that return types with arguments of type TemplateVariable Modifier and Type Method Description Map<String,TemplateVariable>QueryTemplateImpl. getTemplateVariables()Returns the variables defined in this template.Methods in org.gcube.informationsystem.queries.templates.impl.entities with parameters of type TemplateVariable Modifier and Type Method Description voidQueryTemplateImpl. 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 TemplateVariable Modifier and Type Class Description classTemplateVariableImplThe 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 TemplateVariable Modifier and Type Method Description Map<String,TemplateVariable>QueryTemplate. getTemplateVariables()Returns the variables defined in this template.Methods in org.gcube.informationsystem.queries.templates.reference.entities with parameters of type TemplateVariable Modifier and Type Method Description voidQueryTemplate. addTemplateVariable(TemplateVariable templateVariable)Adds a variable to the template.
-