|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBindingDescription
DataBindingDescription is used to describe the output of a DataBindingGenerator, specifying if it is a top level object, whether service data objects are used, and the definition of the DataBinding (the class name and its content).
Method Summary | |
---|---|
String |
getDataBindingClassName()
Specifies the package and class name of the DataBinding. |
String |
getDataBindingDefinition()
String containing the full content of the Data Binding or Record class. |
boolean |
isDataBinding()
If true denotes that this is a DataBinding used with Service Data Objects. |
boolean |
isRoot()
If true denotes that this DataBinding is used with the input or return DataObject, or is the input or output cci.Record. |
Method Detail |
---|
boolean isRoot()
boolean isDataBinding()
String getDataBindingClassName()
String getDataBindingDefinition()
For compilation, the application server libraries must be in the classpath, specifically the J2EE CA interfaces, the SDO 2.0 interfaces, the EMD 1.0 interfaces, and the libraries of the resource adapter.
null
may be returned for the case where the cci.Record is a pre-existing class
that is in the classpath of the application.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |