|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Column
A representation of the model object 'Column'.
The following features are supported:
DBGenPackage.getColumn()
Method Summary | |
---|---|
java.lang.String |
getConstraint()
Returns the value of the 'Constraint' attribute |
int |
getLength()
Returns the value of the 'Length' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
Table |
getTable()
Returns the value of the 'Table' container reference. |
ColumnType |
getType()
Returns the value of the 'Type' attribute. |
void |
setConstraint(java.lang.String value)
Sets the value of the ' Constraint ' attribute |
void |
setLength(int value)
Sets the value of the ' Length ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setTable(Table value)
Sets the value of the ' Table ' container reference |
void |
setType(ColumnType value)
Sets the value of the ' Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DBGenPackage.getColumn_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Table getTable()
Columns
'.
If the meaning of the 'Table' container reference isn't clear, there really should be more of a description here...
setTable(Table)
,
DBGenPackage.getColumn_Table()
,
Table.getColumns()
void setTable(Table value)
Table
' container reference.
value
- the new value of the 'Table' container reference.getTable()
ColumnType getType()
ColumnType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ColumnType
,
setType(ColumnType)
,
DBGenPackage.getColumn_Type()
void setType(ColumnType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ColumnType
,
getType()
int getLength()
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
setLength(int)
,
DBGenPackage.getColumn_Length()
void setLength(int value)
Length
' attribute.
value
- the new value of the 'Length' attribute.getLength()
java.lang.String getConstraint()
If the meaning of the 'Constraint' attribute isn't clear, there really should be more of a description here...
setConstraint(String)
,
DBGenPackage.getColumn_Constraint()
void setConstraint(java.lang.String value)
Constraint
' attribute.
value
- the new value of the 'Constraint' attribute.getConstraint()
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |