Package com._1c.g5.v8.dt.cai.model
Interface ClientApplicationInterface
- All Superinterfaces:
AbstractClientApplicationInterface
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ClientApplicationInterfaceImpl
A representation of the model object 'Client Application Interface'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CaiAbstractItem>
Returns the value of the 'Bottom' containment reference list.org.eclipse.emf.common.util.EList<CaiAbstractItem>
getLeft()
Returns the value of the 'Left' containment reference list.org.eclipse.emf.common.util.EList<CaiAbstractItem>
getRight()
Returns the value of the 'Right' containment reference list.org.eclipse.emf.common.util.EList<CaiAbstractItem>
getTop()
Returns the value of the 'Top' containment reference list.org.eclipse.emf.common.util.EList<CaiPanel>
getUnset()
Returns the value of the 'Unset' containment reference list.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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTop
org.eclipse.emf.common.util.EList<CaiAbstractItem> getTop()Returns the value of the 'Top' containment reference list. The list contents are of typeCaiAbstractItem
.- Returns:
- the value of the 'Top' containment reference list.
- See Also:
-
getBottom
org.eclipse.emf.common.util.EList<CaiAbstractItem> getBottom()Returns the value of the 'Bottom' containment reference list. The list contents are of typeCaiAbstractItem
.- Returns:
- the value of the 'Bottom' containment reference list.
- See Also:
-
getLeft
org.eclipse.emf.common.util.EList<CaiAbstractItem> getLeft()Returns the value of the 'Left' containment reference list. The list contents are of typeCaiAbstractItem
.- Returns:
- the value of the 'Left' containment reference list.
- See Also:
-
getRight
org.eclipse.emf.common.util.EList<CaiAbstractItem> getRight()Returns the value of the 'Right' containment reference list. The list contents are of typeCaiAbstractItem
.- Returns:
- the value of the 'Right' containment reference list.
- See Also:
-
getUnset
org.eclipse.emf.common.util.EList<CaiPanel> getUnset()Returns the value of the 'Unset' containment reference list. The list contents are of typeCaiPanel
.- Returns:
- the value of the 'Unset' containment reference list.
- See Also:
-