public interface ColumnMapping
extends org.eclipse.emf.ecore.EObject
The following features are supported:
JdbcPackage.getColumnMapping()| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the value of the 'Column Number' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getCustomizationTags()
Returns the value of the 'Customization Tags' attribute list.
|
DataType |
getDataType()
Returns the value of the 'Data Type' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setColumnNumber(int value)
Sets the value of the '
Column Number' attribute. |
void |
setDataType(DataType value)
Sets the value of the '
Data Type' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
int getColumnNumber()
"1".
If the meaning of the 'Column Number' attribute isn't clear, there really should be more of a description here...
setColumnNumber(int),
JdbcPackage.getColumnMapping_ColumnNumber()void setColumnNumber(int value)
Column Number' attribute.
value - the new value of the 'Column Number' attribute.getColumnNumber()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JdbcPackage.getColumnMapping_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<String> getCustomizationTags()
String.
If the meaning of the 'Customization Tags' attribute list isn't clear, there really should be more of a description here...
JdbcPackage.getColumnMapping_CustomizationTags()DataType getDataType()
"NULL".
The literals are from the enumeration DataType.
If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...
DataType,
setDataType(DataType),
JdbcPackage.getColumnMapping_DataType()void setDataType(DataType value)
Data Type' attribute.
value - the new value of the 'Data Type' attribute.DataType,
getDataType()