public interface Property extends AnyProperty
The following features are supported:
TacticdslPackage.getProperty()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabaseColumn()
Returns the value of the 'Database Column' attribute.
|
void |
setDatabaseColumn(java.lang.String value)
Sets the value of the '
Database Column ' attribute. |
getCollectionType, getDoc, getHint, getName, getNotEmptyMessage, getNullableMessage, getSize, getValidate, getVisibility, isKey, isNotChangeable, isNotEmpty, isNullable, isRequired, isTransient, setCollectionType, setDoc, setHint, setKey, setName, setNotChangeable, setNotEmpty, setNotEmptyMessage, setNullable, setNullableMessage, setRequired, setSize, setTransient, setValidate, setVisibility
java.lang.String getDatabaseColumn()
If the meaning of the 'Database Column' attribute isn't clear, there really should be more of a description here...
setDatabaseColumn(String)
,
TacticdslPackage.getProperty_DatabaseColumn()
void setDatabaseColumn(java.lang.String value)
Database Column
' attribute.
value
- the new value of the 'Database Column' attribute.getDatabaseColumn()