Class QueryHolder.NamedQueryNode
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.binding.QueryHolder.QueryNode
 - 
- com.inductiveautomation.factorypmi.application.binding.QueryHolder.NamedQueryNode
 
 
 
- 
- Enclosing class:
 - QueryHolder
 
public static class QueryHolder.NamedQueryNode extends QueryHolder.QueryNode
Like QueryNode, but with an additional property to let us know the name of the Named Query parameter this node represents. 
- 
- 
Constructor Summary
Constructors Constructor Description NamedQueryNode() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetParamName()voidsetParamName(java.lang.String paramName)- 
Methods inherited from class com.inductiveautomation.factorypmi.application.binding.QueryHolder.QueryNode
getProperty, getString, getTagListener, setProperty, setString, setTagListener, toBindingRepresentationString, toString 
 - 
 
 -