Interface QueryBindingConstants
- 
- All Known Implementing Classes:
 QueryBinding,QueryBindingDesignDelegate
public interface QueryBindingConstants 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringQUERY_PATHThe key in the binding config object for the named query pathstatic java.lang.StringTYPE_IDThe type ID for query bindings. 
 - 
 
- 
- 
Field Detail
- 
TYPE_ID
static final java.lang.String TYPE_ID
The type ID for query bindings.- See Also:
 - Constant Field Values
 
 
- 
QUERY_PATH
static final java.lang.String QUERY_PATH
The key in the binding config object for the named query path- See Also:
 - Constant Field Values
 
 
 - 
 
 -