org.netbeans.modules.sql.framework.model .SQLInputObject All known Subclasses: org.netbeans.modules.sql.framework.model.impl .SQLInputObjectImpl ,SQLInputObject public interface SQLInputObject (Code) UI wrapper class for SQLObjects which serve as inputs to SQLConnectableObjects.
author: Jonathan Gironversion: $Revision$
ATTR_DISPLAY_NAME public static String ATTR_DISPLAY_NAME(Code)
getArgName public String getArgName()(Code) Gets argument name associated with this input.
argument name
getDisplayName public String getDisplayName()(Code) Gets display name of this input.
current display name
getSQLObject public SQLObject getSQLObject()(Code) Gets reference to SQLObject holding value of this input
input object
setDisplayName public void setDisplayName(String newName)(Code) Sets display name of this input.
Parameters: newName - new display name
setSQLObject public void setSQLObject(SQLObject newInput)(Code) Sets reference to SQLObject holding value of this input
Parameters: newInput - reference to new input object
toXMLString public String toXMLString(String prefix)(Code) Writes contents of this instance to an XML element.
Parameters: prefix - String to prepend to the start of each new line XML element representing the contents of this instance