Package com._1c.g5.v8.dt.cai.model
Interface CaiAbstractItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaiAbstractItemImpl
,CaiGroupImpl
,CaiPanelImpl
public interface CaiAbstractItem extends IBmObject
A representation of the model object 'Abstract Item'.The following features are supported:
- See Also:
CaiPackage.getCaiAbstractItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getId()
Returns the value of the 'Id' attribute.void
setId(UUID value)
Sets the value of the '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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getId
UUID getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(UUID)
,CaiPackage.getCaiAbstractItem_Id()
-
-