Interface QueryConfig
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- AlarmJournalQueryConfig,- NamedQueryConfig,- PrepStmtQueryConfig,- SimpleSqlQueryConfig,- TagCalculationQueryConfig,- TagHistQueryConfig
 
 public interface QueryConfig extends java.io.SerializableInterface that all config objects that represent query sources must implement. Must be both XML and java.util serializable.Created by carl.gould on 3/3/2015. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetQueryTypeId()The type ID for which factories/sources are registered in the designer/gateway registriesjava.lang.StringtoString()For pleasant logging, implement toString() to describe this query
 
- 
- 
- 
Method Detail- 
getQueryTypeIdjava.lang.String getQueryTypeId() The type ID for which factories/sources are registered in the designer/gateway registries
 - 
toStringjava.lang.String toString() For pleasant logging, implement toString() to describe this query- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-