Uses of Class
adams.flow.transformer.AbstractReportDbUpdater.QueryType
-
Packages that use AbstractReportDbUpdater.QueryType Package Description adams.flow.transformer -
-
Uses of AbstractReportDbUpdater.QueryType in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractReportDbUpdater.QueryType Modifier and Type Field Description protected AbstractReportDbUpdater.QueryType
AbstractReportDbUpdater. m_QueryType
the query type.Methods in adams.flow.transformer that return AbstractReportDbUpdater.QueryType Modifier and Type Method Description AbstractReportDbUpdater.QueryType
AbstractReportDbUpdater. getQueryType()
Returns the type of query.static AbstractReportDbUpdater.QueryType
AbstractReportDbUpdater.QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractReportDbUpdater.QueryType[]
AbstractReportDbUpdater.QueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type AbstractReportDbUpdater.QueryType Modifier and Type Method Description void
AbstractReportDbUpdater. setQueryType(AbstractReportDbUpdater.QueryType value)
Sets the type of query.
-