|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binding
Describes a DataBinding, DataBindingGenerator or FunctionSelector that is provided by the adapter.
Field Summary | |
---|---|
static int |
DATABINDING
Constant indicating DataBinding type. |
static int |
DATABINDINGGENERATOR
Constant indicating DataBindingGenerator type. |
static int |
DATAHANDLER
Constant indicating DataHandler type. |
static int |
FUNCTIONSELECTOR
Constant indicating FunctionSelector type. |
static int |
RECORD
Constant indicating Record type. |
Method Summary | |
---|---|
String[] |
getASINamespaceURI()
An array of the ASI schema namespaces that are supported by the binding object. |
String |
getClassName()
Specifies the fully qualified class name of the DataBinding, DataBindingGenerator, DataHandler or FunctionSelector binding object that is specified. |
String |
getDescription()
Returns a description of this binding. |
String |
getDisplayName()
Returns a short name that describes the binding. |
int |
getGeneratedType()
Returns the output type of the DataBindingGenerator. |
String[] |
getSupportedType()
Returns an array of the fully qualified interface or class names that this binding object supports. |
String[] |
getTags()
Returns an array of tags which is used for configuration. |
int |
getType()
Returns whether this represents a DataBinding, DataBindingGenerator, DataHandler or FunctionSelector. |
Field Detail |
---|
static final int DATABINDING
static final int FUNCTIONSELECTOR
static final int DATABINDINGGENERATOR
static final int DATAHANDLER
static final int RECORD
Method Detail |
---|
String getDisplayName()
This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.
null
String name.ResourceBundle
,
MessageFormat
String getDescription()
This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.
null
String description.ResourceBundle
,
MessageFormat
String getClassName()
String[] getSupportedType()
FunctionBuilder.getRecordInterfaces()
FunctionBuilder.getRecordInterfaces()
String[] getASINamespaceURI()
null.
int getType()
DATABINDING
,
FUNCTIONSELECTOR
,
DATABINDINGGENERATOR
,
DATAHANDLER
int getGeneratedType()
DATABINDING
,
RECORD
String[] getTags()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |