|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'XML Table Column Definition Regular'.
The following features are supported:
SQLXMLQueryModelPackage.getXMLTableColumnDefinitionRegular()
Method Summary | |
XMLTableColumnDefinitionDefault |
getColumnDefinitionDefault()
Returns the value of the 'Column Definition Default' containment reference. |
DataType |
getDataType()
Returns the value of the 'Data Type' containment reference. |
XMLPassingType |
getPassingOption()
Returns the value of the 'Passing Option' attribute. |
java.lang.String |
getTableColumnPattern()
Returns the value of the 'Table Column Pattern' attribute. |
void |
setColumnDefinitionDefault(XMLTableColumnDefinitionDefault value)
Sets the value of the ' Column Definition Default ' containment reference. |
void |
setDataType(DataType value)
Sets the value of the ' Data Type ' containment reference. |
void |
setPassingOption(XMLPassingType value)
Sets the value of the ' Passing Option ' attribute. |
void |
setTableColumnPattern(java.lang.String value)
Sets the value of the ' Table Column Pattern ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.xml.query.XMLTableColumnDefinitionItem |
getTableFunction, setTableFunction |
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 |
public DataType getDataType()
If the meaning of the 'Data Type' containment reference isn't clear, there really should be more of a description here...
setDataType(DataType)
,
SQLXMLQueryModelPackage.getXMLTableColumnDefinitionRegular_DataType()
public void setDataType(DataType value)
Data Type
' containment reference.
value
- the new value of the 'Data Type' containment reference.getDataType()
public XMLPassingType getPassingOption()
XMLPassingType
.
If the meaning of the 'Passing Option' attribute isn't clear, there really should be more of a description here...
XMLPassingType
,
setPassingOption(XMLPassingType)
,
SQLXMLQueryModelPackage.getXMLTableColumnDefinitionRegular_PassingOption()
public void setPassingOption(XMLPassingType value)
Passing Option
' attribute.
value
- the new value of the 'Passing Option' attribute.XMLPassingType
,
getPassingOption()
public java.lang.String getTableColumnPattern()
If the meaning of the 'Table Column Pattern' attribute isn't clear, there really should be more of a description here...
setTableColumnPattern(String)
,
SQLXMLQueryModelPackage.getXMLTableColumnDefinitionRegular_TableColumnPattern()
public void setTableColumnPattern(java.lang.String value)
Table Column Pattern
' attribute.
value
- the new value of the 'Table Column Pattern' attribute.getTableColumnPattern()
public XMLTableColumnDefinitionDefault getColumnDefinitionDefault()
Column Definition Regular
'.
If the meaning of the 'Column Definition Default' containment reference isn't clear, there really should be more of a description here...
setColumnDefinitionDefault(XMLTableColumnDefinitionDefault)
,
SQLXMLQueryModelPackage.getXMLTableColumnDefinitionRegular_ColumnDefinitionDefault()
,
XMLTableColumnDefinitionDefault.getColumnDefinitionRegular()
public void setColumnDefinitionDefault(XMLTableColumnDefinitionDefault value)
Column Definition Default
' containment reference.
value
- the new value of the 'Column Definition Default' containment reference.getColumnDefinitionDefault()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |