|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Table
A representation of the model object 'Table'.
The following features are supported:
Method Summary | |
---|---|
java.util.List |
getColumn()
Returns the value of the 'Column' containment reference list. |
Create |
getCreate()
Returns the value of the 'Create' containment reference. |
Delete |
getDelete()
Returns the value of the 'Delete' containment reference. |
java.lang.String |
getSchemaName()
Returns the value of the 'Schema Name' attribute. |
java.lang.String |
getTableName()
Returns the value of the 'Table Name' attribute. |
java.lang.String |
getTypeName()
Returns the value of the 'Type Name' attribute. |
Update |
getUpdate()
Returns the value of the 'Update' containment reference. |
void |
setCreate(Create value)
Sets the value of the ' Create ' containment reference. |
void |
setDelete(Delete value)
Sets the value of the ' Delete ' containment reference. |
void |
setSchemaName(java.lang.String value)
Sets the value of the ' Schema Name ' attribute. |
void |
setTableName(java.lang.String value)
Sets the value of the ' Table Name ' attribute. |
void |
setTypeName(java.lang.String value)
Sets the value of the ' Type Name ' attribute. |
void |
setUpdate(Update value)
Sets the value of the ' Update ' containment reference. |
Method Detail |
---|
java.util.List getColumn()
Column
.
If the meaning of the 'Column' containment reference list isn't clear, there really should be more of a description here...
Create getCreate()
If the meaning of the 'Create' containment reference isn't clear, there really should be more of a description here...
setCreate(Create)
void setCreate(Create value)
Create
' containment reference.
value
- the new value of the 'Create' containment reference.getCreate()
Update getUpdate()
If the meaning of the 'Update' containment reference isn't clear, there really should be more of a description here...
setUpdate(Update)
void setUpdate(Update value)
Update
' containment reference.
value
- the new value of the 'Update' containment reference.getUpdate()
Delete getDelete()
If the meaning of the 'Delete' containment reference isn't clear, there really should be more of a description here...
setDelete(Delete)
void setDelete(Delete value)
Delete
' containment reference.
value
- the new value of the 'Delete' containment reference.getDelete()
java.lang.String getTableName()
If the meaning of the 'Table Name' attribute isn't clear, there really should be more of a description here...
setTableName(String)
void setTableName(java.lang.String value)
Table Name
' attribute.
value
- the new value of the 'Table Name' attribute.getTableName()
java.lang.String getTypeName()
If the meaning of the 'Type Name' attribute isn't clear, there really should be more of a description here...
setTypeName(String)
void setTypeName(java.lang.String value)
Type Name
' attribute.
value
- the new value of the 'Type Name' attribute.getTypeName()
java.lang.String getSchemaName()
""
.
If the meaning of the 'Schema Name' attribute isn't clear, there really should be more of a description here...
setSchemaName(String)
void setSchemaName(java.lang.String value)
Schema Name
' attribute.
value
- the new value of the 'Schema Name' attribute.getSchemaName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |