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 SummaryConstructors Constructor Description NamedQueryNode()
 - 
Method SummaryAll 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.QueryNodegetProperty, getString, getTagListener, setProperty, setString, setTagListener, toBindingRepresentationString, toString
 
- 
 
-