Package com._1c.g5.v8.dt.dcs.model.core
Interface DataCompositionTypeLink
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
- All Known Implementing Classes:
DataCompositionTypeLinkImpl
A representation of the model object 'Data Composition Type Link'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
Returns the value of the 'Field' containment reference.int
Returns the value of the 'Link Item' attribute.void
setField
(DataCompositionField value) Sets the value of the 'Field
' containment reference.void
setLinkItem
(int value) Sets the value of the 'Link Item
' attribute.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
-
getField
DataCompositionField getField()Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
-
setField
Sets the value of the 'Field
' containment reference.- Parameters:
value
- the new value of the 'Field' containment reference.- See Also:
-
getLinkItem
int getLinkItem()Returns the value of the 'Link Item' attribute. The default value is"0"
.- Returns:
- the value of the 'Link Item' attribute.
- See Also:
-
setLinkItem
void setLinkItem(int value) Sets the value of the 'Link Item
' attribute.- Parameters:
value
- the new value of the 'Link Item' attribute.- See Also:
-