|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
public class BindingTypeBeanProperty
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.
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 |
---|
public BindingTypeBeanProperty()
public BindingTypeBeanProperty(String[] tags)
tags
- which are used to filter configured bindings that are searched.Method Detail |
---|
public String[] getTags()
public void setTags(String[] tags)
tags
- are the list of filterspublic QName getValue()
public void setValue(QName value)
value
- is the reference name for the selected configured binding.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |