Interface Reference
- All Superinterfaces:
AnyProperty
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Property
A representation of the model object 'Reference'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Association Label' attribute.Returns the value of the 'Cascade' attribute.Returns the value of the 'Database Join Column' attribute.Returns the value of the 'Database Join Table' attribute.Returns the value of the 'Domain Object Type' reference.getFetch()
Returns the value of the 'Fetch' attribute.Returns the value of the 'Opposite Holder' containment reference.Returns the value of the 'Order By' attribute.Returns the value of the 'Order Column Name' attribute.Returns the value of the 'Valid Message' attribute.boolean
isCache()
Returns the value of the 'Cache' attribute.boolean
Returns the value of the 'Inverse' attribute.boolean
Returns the value of the 'Order Column' attribute.boolean
isValid()
Returns the value of the 'Valid' attribute.void
setAssociationLabel
(String value) Sets the value of the 'Association Label
' attribute.void
setCache
(boolean value) Sets the value of the 'Cache
' attribute.void
setCascade
(String value) Sets the value of the 'Cascade
' attribute.void
setDatabaseJoinColumn
(String value) Sets the value of the 'Database Join Column
' attribute.void
setDatabaseJoinTable
(String value) Sets the value of the 'Database Join Table
' attribute.void
Sets the value of the 'Domain Object Type
' reference.void
Sets the value of the 'Fetch
' attribute.void
setInverse
(boolean value) Sets the value of the 'Inverse
' attribute.void
setOppositeHolder
(OppositeHolder value) Sets the value of the 'Opposite Holder
' containment reference.void
setOrderBy
(String value) Sets the value of the 'Order By
' attribute.void
setOrderColumn
(boolean value) Sets the value of the 'Order Column
' attribute.void
setOrderColumnName
(String value) Sets the value of the 'Order Column Name
' attribute.void
setValid
(boolean value) Sets the value of the 'Valid
' attribute.void
setValidMessage
(String value) Sets the value of the 'Valid Message
' 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
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.Property
getDatabaseColumn, setDatabaseColumn
-
Method Details
-
getDomainObjectType
SimpleDomainObject getDomainObjectType()Returns the value of the 'Domain Object Type' reference.- Returns:
- the value of the 'Domain Object Type' reference.
- See Also:
- Model:
- Generated:
-
setDomainObjectType
Sets the value of the 'Domain Object Type
' reference.- Parameters:
value
- the new value of the 'Domain Object Type' reference.- See Also:
- Generated:
-
getCascade
String getCascade()Returns the value of the 'Cascade' attribute.- Returns:
- the value of the 'Cascade' attribute.
- See Also:
- Model:
- Generated:
-
setCascade
Sets the value of the 'Cascade
' attribute.- Parameters:
value
- the new value of the 'Cascade' attribute.- See Also:
- Generated:
-
getFetch
String getFetch()Returns the value of the 'Fetch' attribute.- Returns:
- the value of the 'Fetch' attribute.
- See Also:
- Model:
- Generated:
-
setFetch
Sets the value of the 'Fetch
' attribute.- Parameters:
value
- the new value of the 'Fetch' attribute.- See Also:
- Generated:
-
isCache
boolean isCache()Returns the value of the 'Cache' attribute.- Returns:
- the value of the 'Cache' attribute.
- See Also:
- Model:
- Generated:
-
setCache
void setCache(boolean value) Sets the value of the 'Cache
' attribute.- Parameters:
value
- the new value of the 'Cache' attribute.- See Also:
- Generated:
-
isInverse
boolean isInverse()Returns the value of the 'Inverse' attribute.- Returns:
- the value of the 'Inverse' attribute.
- See Also:
- Model:
- Generated:
-
setInverse
void setInverse(boolean value) Sets the value of the 'Inverse
' attribute.- Parameters:
value
- the new value of the 'Inverse' attribute.- See Also:
- Generated:
-
getDatabaseJoinTable
String getDatabaseJoinTable()Returns the value of the 'Database Join Table' attribute.- Returns:
- the value of the 'Database Join Table' attribute.
- See Also:
- Model:
- Generated:
-
setDatabaseJoinTable
Sets the value of the 'Database Join Table
' attribute.- Parameters:
value
- the new value of the 'Database Join Table' attribute.- See Also:
- Generated:
-
getDatabaseJoinColumn
String getDatabaseJoinColumn()Returns the value of the 'Database Join Column' attribute.- Returns:
- the value of the 'Database Join Column' attribute.
- See Also:
- Model:
- Generated:
-
setDatabaseJoinColumn
Sets the value of the 'Database Join Column
' attribute.- Parameters:
value
- the new value of the 'Database Join Column' attribute.- See Also:
- Generated:
-
isValid
boolean isValid()Returns the value of the 'Valid' attribute.- Returns:
- the value of the 'Valid' attribute.
- See Also:
- Model:
- Generated:
-
setValid
void setValid(boolean value) Sets the value of the 'Valid
' attribute.- Parameters:
value
- the new value of the 'Valid' attribute.- See Also:
- Generated:
-
getValidMessage
String getValidMessage()Returns the value of the 'Valid Message' attribute.- Returns:
- the value of the 'Valid Message' attribute.
- See Also:
- Model:
- Generated:
-
setValidMessage
Sets the value of the 'Valid Message
' attribute.- Parameters:
value
- the new value of the 'Valid Message' attribute.- See Also:
- Generated:
-
getOrderBy
String getOrderBy()Returns the value of the 'Order By' attribute.- Returns:
- the value of the 'Order By' attribute.
- See Also:
- Model:
- Generated:
-
setOrderBy
Sets the value of the 'Order By
' attribute.- Parameters:
value
- the new value of the 'Order By' attribute.- See Also:
- Generated:
-
isOrderColumn
boolean isOrderColumn()Returns the value of the 'Order Column' attribute.- Returns:
- the value of the 'Order Column' attribute.
- See Also:
- Model:
- Generated:
-
setOrderColumn
void setOrderColumn(boolean value) Sets the value of the 'Order Column
' attribute.- Parameters:
value
- the new value of the 'Order Column' attribute.- See Also:
- Generated:
-
getOrderColumnName
String getOrderColumnName()Returns the value of the 'Order Column Name' attribute.- Returns:
- the value of the 'Order Column Name' attribute.
- See Also:
- Model:
- Generated:
-
setOrderColumnName
Sets the value of the 'Order Column Name
' attribute.- Parameters:
value
- the new value of the 'Order Column Name' attribute.- See Also:
- Generated:
-
getOppositeHolder
OppositeHolder getOppositeHolder()Returns the value of the 'Opposite Holder' containment reference.- Returns:
- the value of the 'Opposite Holder' containment reference.
- See Also:
- Model:
- containment="true"
- Generated:
-
setOppositeHolder
Sets the value of the 'Opposite Holder
' containment reference.- Parameters:
value
- the new value of the 'Opposite Holder' containment reference.- See Also:
- Generated:
-
getAssociationLabel
String getAssociationLabel()Returns the value of the 'Association Label' attribute.- Returns:
- the value of the 'Association Label' attribute.
- See Also:
- Model:
- Generated:
-
setAssociationLabel
Sets the value of the 'Association Label
' attribute.- Parameters:
value
- the new value of the 'Association Label' attribute.- See Also:
- Generated:
-