commonj.connector.metadata.discovery.properties.extensions
Interface BindingTypeProperty

All Superinterfaces:
Cloneable, Property, PropertyDescriptor, SingleTypedProperty, SingleValuedProperty

public interface BindingTypeProperty
extends SingleValuedProperty

A property interface for browsing or selecting a configured DataBinding, DataBindingGenerator, DataHandler, or FunctionSelector. The value is QName of the configured binding configuration.

Since:
1.1
See Also:
QName.toString()

Method Summary
 List getTags()
          Allows you to specify you are browsing for DataBinding, DataHandler, DataBindingGenerator or FunctionSelector.
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleValuedProperty
getValue, getValueAsString, setValue, setValueAsString
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleTypedProperty
getPropertyType
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.Property
getValidationMessage, isSet, isValid, unSet
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
addPropertyChangeListener, clone, getDescription, getDisplayName, getID, getName, isEnabled, removePropertyChangeListener
 

Method Detail

getTags

List getTags()
Allows you to specify you are browsing for DataBinding, DataHandler, DataBindingGenerator or FunctionSelector. Allows you to specify BindingType.

Returns:
a List of String tags.