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. templateVariablesMethods 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()Methods in org.gcube.informationsystem.queries.templates.impl.entities with parameters of type TemplateVariable Modifier and Type Method Description voidQueryTemplateImpl. addTemplateVariable(TemplateVariable templateVariable) -
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 classTemplateVariableImpl -
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()Methods in org.gcube.informationsystem.queries.templates.reference.entities with parameters of type TemplateVariable Modifier and Type Method Description voidQueryTemplate. addTemplateVariable(TemplateVariable templateVariable)
-