|
Tuscany DAS for Relational Databases | |||||||||
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:
Method Summary | |
---|---|
String |
getColumnType()
Returns the value of the 'Column Type' attribute. |
String |
getConverterClassName()
Returns the value of the 'Converter Class Name' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
String |
getPropertyName()
Returns the value of the 'Property Name' attribute. |
String |
getTable()
Returns the value of the 'Table' attribute. |
boolean |
isCollision()
Returns the value of the 'Collision' attribute. |
boolean |
isGenerated()
Returns the value of the 'Generated' attribute. |
boolean |
isPrimaryKey()
Returns the value of the 'Primary Key' attribute. |
void |
setCollision(boolean value)
Sets the value of the ' Collision ' attribute. |
void |
setColumnType(String value)
Sets the value of the ' Column Type ' attribute. |
void |
setConverterClassName(String value)
Sets the value of the ' Converter Class Name ' attribute. |
void |
setGenerated(boolean value)
Sets the value of the ' Generated ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setPrimaryKey(boolean value)
Sets the value of the ' Primary Key ' attribute. |
void |
setPropertyName(String value)
Sets the value of the ' Property Name ' attribute. |
void |
setTable(String value)
Sets the value of the ' Table ' attribute. |
Method Detail |
---|
boolean isCollision()
If the meaning of the 'Collision' attribute isn't clear, there really should be more of a description here...
setCollision(boolean)
void setCollision(boolean value)
Collision
' attribute.
value
- the new value of the 'Collision' attribute.isCollision()
String getColumnType()
If the meaning of the 'Column Type' attribute isn't clear, there really should be more of a description here...
setColumnType(String)
void setColumnType(String value)
Column Type
' attribute.
value
- the new value of the 'Column Type' attribute.getColumnType()
String getConverterClassName()
If the meaning of the 'Converter Class Name' attribute isn't clear, there really should be more of a description here...
setConverterClassName(String)
void setConverterClassName(String value)
Converter Class Name
' attribute.
value
- the new value of the 'Converter Class Name' attribute.getConverterClassName()
boolean isGenerated()
If the meaning of the 'Generated' attribute isn't clear, there really should be more of a description here...
setGenerated(boolean)
void setGenerated(boolean value)
Generated
' attribute.
value
- the new value of the 'Generated' attribute.isGenerated()
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()
boolean isPrimaryKey()
If the meaning of the 'Primary Key' attribute isn't clear, there really should be more of a description here...
setPrimaryKey(boolean)
void setPrimaryKey(boolean value)
Primary Key
' attribute.
value
- the new value of the 'Primary Key' attribute.isPrimaryKey()
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 getTable()
If the meaning of the 'Table' attribute isn't clear, there really should be more of a description here...
setTable(String)
void setTable(String value)
Table
' attribute.
value
- the new value of the 'Table' attribute.getTable()
|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |