|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingDescription
Describes a configured DataBinding, DataBindingGenerator, DataHandler or FunctionSelector that is provided by the adapter.
Method Summary | |
---|---|
QName |
getBindingConfigurationName()
Returns the name of the binding configuration. |
String |
getGeneratorTypeName()
Returns the fully qualified className of the DataBindingGenerator. |
Object |
getProperties()
Returns the JavaBean which is used to configure the binding. |
List |
getTags()
Returns a list of tags which are used to indicate how the DataBinding, DataHandler, or FunctionSelector is being used. |
String |
getTypeName()
Returns the fully qualifed className of the DataBinding, DataHandler, or FunctionSelector that is being configured. |
Method Detail |
---|
QName getBindingConfigurationName()
String getGeneratorTypeName()
null
if one is not being used.Object getProperties()
List getTags()
BindingTags
.
BindingTags
String getTypeName()
null
may be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |