Uses of Class
org.apache.iotdb.db.metadata.template.TemplateQueryType
-
Packages that use TemplateQueryType Package Description org.apache.iotdb.db.metadata.template -
-
Uses of TemplateQueryType in org.apache.iotdb.db.metadata.template
Methods in org.apache.iotdb.db.metadata.template that return TemplateQueryType Modifier and Type Method Description static TemplateQueryTypeTemplateQueryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TemplateQueryType[]TemplateQueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-