commonj.connector.metadata.discovery.properties.extensions
Class BindingTypeBeanProperty

java.lang.Object
  extended by commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty

public class BindingTypeBeanProperty
extends Object

Marker class that must be used by the JavaBean for configured properties of a FunctionSelector, DataBinding, or DataHandler for any property that references a nested FunctionSelector, DataBinding, or DataHandler.

Since:
1.1

Constructor Summary
BindingTypeBeanProperty()
          Default constructor
BindingTypeBeanProperty(String[] tags)
          Constructor with tag arguments
 
Method Summary
 String[] getTags()
          Returns the list of tags that are used to filter configured bindings that are searched.
 QName getValue()
          Returns the reference name of the selected configured binding.
 void setTags(String[] tags)
          Sets the list of tags used to filter the search criteria.
 void setValue(QName value)
          Sets the reference name for the selected configured binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingTypeBeanProperty

public BindingTypeBeanProperty()
Default constructor


BindingTypeBeanProperty

public BindingTypeBeanProperty(String[] tags)
Constructor with tag arguments

Parameters:
tags - which are used to filter configured bindings that are searched.
Method Detail

getTags

public String[] getTags()
Returns the list of tags that are used to filter configured bindings that are searched.

Returns:
the list of tags.

setTags

public void setTags(String[] tags)
Sets the list of tags used to filter the search criteria.

Parameters:
tags - are the list of filters

getValue

public QName getValue()
Returns the reference name of the selected configured binding.

Returns:
the reference name of the selected configured binding.

setValue

public void setValue(QName value)
Sets the reference name for the selected configured binding.

Parameters:
value - is the reference name for the selected configured binding.