Package com._1c.g5.v8.dt.moxel.content
Interface DcsDetailId
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DcsDetailIdImpl
public interface DcsDetailId extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Dcs Detail Id'.The following features are supported:
- See Also:
ContentPackage.getDcsDetailId()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDetailId()Returns the value of the 'Detail Id' attribute.voidsetDetailId(int value)Sets the value of the 'Detail Id' attribute.
-
-
-
Method Detail
-
getDetailId
int getDetailId()
Returns the value of the 'Detail Id' attribute.- Returns:
- the value of the 'Detail Id' attribute.
- See Also:
setDetailId(int),ContentPackage.getDcsDetailId_DetailId()
-
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:
getDetailId()
-
-