Package com._1c.g5.v8.dt.cai.model
Interface CaiGroup
-
- All Superinterfaces:
CaiAbstractItem
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaiGroupImpl
public interface CaiGroup extends CaiAbstractItem
A representation of the model object 'Group'.The following features are supported:
- See Also:
CaiPackage.getCaiGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaiPanel>
getPanels()
Returns the value of the 'Panels' containment reference list.-
Methods inherited from interface com._1c.g5.v8.dt.cai.model.CaiAbstractItem
getId, setId
-
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
-
getPanels
org.eclipse.emf.common.util.EList<CaiPanel> getPanels()
Returns the value of the 'Panels' containment reference list. The list contents are of typeCaiPanel
.- Returns:
- the value of the 'Panels' containment reference list.
- See Also:
CaiPackage.getCaiGroup_Panels()
-
-