|
Tuscany DAS for Relational Databases | |||||||||
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 | |
---|---|
List |
getColumn()
Returns the value of the 'Column' containment reference list. |
String |
getConfig()
Returns the value of the 'Config' attribute. |
String |
getCreate()
Returns the value of the 'Create' attribute. |
String |
getDelete()
Returns the value of the 'Delete' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
String |
getPropertyName()
Returns the value of the 'Property Name' attribute. |
String |
getUpdate()
Returns the value of the 'Update' attribute. |
void |
setConfig(String value)
Sets the value of the ' Config ' attribute. |
void |
setCreate(String value)
Sets the value of the ' Create ' attribute. |
void |
setDelete(String value)
Sets the value of the ' Delete ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setPropertyName(String value)
Sets the value of the ' Property Name ' attribute. |
void |
setUpdate(String value)
Sets the value of the ' Update ' attribute. |
Method Detail |
---|
List getColumn()
Column
.
If the meaning of the 'Column' containment reference list isn't clear, there really should be more of a description here...
String getConfig()
If the meaning of the 'Config' attribute isn't clear, there really should be more of a description here...
setConfig(String)
void setConfig(String value)
Config
' attribute.
value
- the new value of the 'Config' attribute.getConfig()
String getCreate()
If the meaning of the 'Create' attribute isn't clear, there really should be more of a description here...
setCreate(String)
void setCreate(String value)
Create
' attribute.
value
- the new value of the 'Create' attribute.getCreate()
String getDelete()
If the meaning of the 'Delete' attribute isn't clear, there really should be more of a description here...
setDelete(String)
void setDelete(String value)
Delete
' attribute.
value
- the new value of the 'Delete' attribute.getDelete()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getPropertyName()
If the meaning of the 'Property Name' attribute isn't clear, there really should be more of a description here...
setPropertyName(String)
void setPropertyName(String value)
Property Name
' attribute.
value
- the new value of the 'Property Name' attribute.getPropertyName()
String getUpdate()
If the meaning of the 'Update' attribute isn't clear, there really should be more of a description here...
setUpdate(String)
void setUpdate(String value)
Update
' attribute.
value
- the new value of the 'Update' attribute.getUpdate()
|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |