Interface Property
-
- All Superinterfaces:
AnyProperty
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface Property extends AnyProperty
A representation of the model object 'Property'.The following features are supported:
- See Also:
TacticdslPackage.getProperty()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.AnyProperty
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
-
-
-
-
Method Detail
-
getDatabaseColumn
java.lang.String getDatabaseColumn()
Returns the value of the 'Database Column' attribute.- Returns:
- the value of the 'Database Column' attribute.
- See Also:
setDatabaseColumn(String)
,TacticdslPackage.getProperty_DatabaseColumn()
- Model:
- Generated:
-
setDatabaseColumn
void setDatabaseColumn(java.lang.String value)
Sets the value of the 'Database Column
' attribute.- Parameters:
value
- the new value of the 'Database Column' attribute.- See Also:
getDatabaseColumn()
- Generated:
-
-