public interface BindingInput extends java.io.Serializable, ElementExtensible
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element.
|
java.lang.String |
getName()
Get the name of this input binding.
|
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document.
|
void |
setName(java.lang.String name)
Set the name of this input binding.
|
addExtensibilityElement, getExtensibilityElements
void setName(java.lang.String name)
name
- the desired namejava.lang.String getName()
void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementorg.w3c.dom.Element getDocumentationElement()
Copyright ? 2003,2005 IBM. All Rights Reserved.