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 SummaryModifier and TypeMethodDescriptionA string that represents the type of binding that this configuration represents
- 
Method Details- 
getBindingTypeString getBindingType()A string that represents the type of binding that this configuration represents
 
-