Interface Property
- All Superinterfaces:
AnyProperty
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
A representation of the model object 'Property'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Database Column' attribute.void
setDatabaseColumn
(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
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDatabaseColumn
String getDatabaseColumn()Returns the value of the 'Database Column' attribute.- Returns:
- the value of the 'Database Column' attribute.
- See Also:
- Model:
- Generated:
-
setDatabaseColumn
Sets the value of the 'Database Column
' attribute.- Parameters:
value
- the new value of the 'Database Column' attribute.- See Also:
- Generated:
-