Interface ExpressionBindingConstants
- 
- All Known Implementing Classes:
 ExpressionBindingDesignDelegate,ExpressionBindingFactory
public interface ExpressionBindingConstants 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_EXPRESSIONThe key in the binding config object for the source of the expressionstatic java.lang.StringTYPE_IDThe type ID for expression bindings. 
 - 
 
- 
- 
Field Detail
- 
TYPE_ID
static final java.lang.String TYPE_ID
The type ID for expression bindings.- See Also:
 - Constant Field Values
 
 
- 
CONFIG_EXPRESSION
static final java.lang.String CONFIG_EXPRESSION
The key in the binding config object for the source of the expression- See Also:
 - Constant Field Values
 
 
 - 
 
 -