Interface BindingConfiguration
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 CellUpdateBindingConfig,DBBrowseBindingConfig,DirectTagBindingConfig,ExpressionBindingConfig,ExtensibleBindingConfig,IndirectTagBindingConfig,NamedQueryBindingConfig,PropertyBindingConfig,PropertyColormapBindingConfig,SQLQueryBindingConfig,TagHistoryBindingConfig
A marker interface that marks POJOs that represent the whole configuration for a binding, but have to logic
 themselves.
- 
Method Summary
Modifier and TypeMethodDescriptionA string that represents the type of binding that this configuration represents 
- 
Method Details
- 
getBindingType
String getBindingType()A string that represents the type of binding that this configuration represents 
 -