Package com._1c.g5.v8.dt.moxel.content
Interface DcsDetailId
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
- All Known Implementing Classes:
DcsDetailIdImpl
A representation of the model object 'Dcs Detail Id'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Detail Id' attribute.void
setDetailId
(int value) Sets the value of the 'Detail Id
' 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
-
getDetailId
int getDetailId()Returns the value of the 'Detail Id' attribute.- Returns:
- the value of the 'Detail Id' attribute.
- See Also:
-
setDetailId
void setDetailId(int value) Sets the value of the 'Detail Id
' attribute.- Parameters:
value
- the new value of the 'Detail Id' attribute.- See Also:
-