Interface BindingConfiguration
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- CellUpdateBindingConfig,- DBBrowseBindingConfig,- DirectTagBindingConfig,- ExpressionBindingConfig,- ExtensibleBindingConfig,- IndirectTagBindingConfig,- NamedQueryBindingConfig,- PropertyBindingConfig,- PropertyColormapBindingConfig,- SQLQueryBindingConfig,- TagHistoryBindingConfig
 
 public interface BindingConfiguration extends java.io.SerializableA marker interface that marks POJOs that represent the whole configuration for a binding, but have to logic themselves.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBindingType()A string that represents the type of binding that this configuration represents
 
-