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
public interface ClientApplicationInterface extends IBmObject, AbstractClientApplicationInterface
A representation of the model object 'Client Application Interface'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaiAbstractItem>
getBottom()
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
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:
CaiPackage.getClientApplicationInterface_Top()
-
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:
CaiPackage.getClientApplicationInterface_Bottom()
-
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:
CaiPackage.getClientApplicationInterface_Left()
-
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:
CaiPackage.getClientApplicationInterface_Right()
-
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:
CaiPackage.getClientApplicationInterface_Unset()
-
-