org.eclipse.datatools.modelbase.sql.xml.query
Interface XMLTableColumnDefinitionItem

All Superinterfaces:
SQLObject, SQLQueryObject
All Known Subinterfaces:
XMLTableColumnDefinitionOrdinality, XMLTableColumnDefinitionRegular
All Known Implementing Classes:
XMLTableColumnDefinitionItemImpl, XMLTableColumnDefinitionOrdinalityImpl, XMLTableColumnDefinitionRegularImpl

public interface XMLTableColumnDefinitionItem
extends SQLQueryObject

A representation of the model object 'XML Table Column Definition Item'.

The following features are supported:

See Also:
SQLXMLQueryModelPackage.getXMLTableColumnDefinitionItem()

Method Summary
 XMLTableFunction getTableFunction()
          Returns the value of the 'Table Function' container reference.
 void setTableFunction(XMLTableFunction value)
          Sets the value of the 'Table Function' container reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getTableFunction

public XMLTableFunction getTableFunction()
Returns the value of the 'Table Function' container reference. It is bidirectional and its opposite is 'Column Def List'.

If the meaning of the 'Table Function' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Function' container reference.
See Also:
setTableFunction(XMLTableFunction), SQLXMLQueryModelPackage.getXMLTableColumnDefinitionItem_TableFunction(), XMLTableFunction.getColumnDefList()

setTableFunction

public void setTableFunction(XMLTableFunction value)
Sets the value of the 'Table Function' container reference.

Parameters:
value - the new value of the 'Table Function' container reference.
See Also:
getTableFunction()


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.