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 SummaryAll 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getToporg.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()
 
 - 
getBottomorg.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()
 
 - 
getLeftorg.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()
 
 - 
getRightorg.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()
 
 - 
getUnsetorg.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()
 
 
- 
 
-