|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VStackLayout
A representation of the model object 'Layout'.
The following features are supported:
VStackPackage.getStackLayout()
Method Summary | |
---|---|
VDomainModelReference |
getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference. |
org.eclipse.emf.common.util.EList<VStackItem> |
getStackItems()
Returns the value of the 'Stack Items' containment reference list. |
VStackItem |
getTopElement()
Returns the value of the 'Top Element' reference. |
void |
setDomainModelReference(VDomainModelReference value)
Sets the value of the ' Domain Model Reference ' containment reference. |
void |
setTopElement(VStackItem value)
Sets the value of the ' Top Element ' reference. |
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement |
---|
getAttachments, getDiagnostic, getLabel, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setVisible |
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 org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
VDomainModelReference getDomainModelReference()
If the meaning of the 'Domain Model Reference' containment reference isn't clear, there really should be more of a description here...
setDomainModelReference(VDomainModelReference)
,
VStackPackage.getStackLayout_DomainModelReference()
void setDomainModelReference(VDomainModelReference value)
Domain Model Reference
' containment reference.
value
- the new value of the 'Domain Model Reference' containment reference.getDomainModelReference()
org.eclipse.emf.common.util.EList<VStackItem> getStackItems()
VStackItem
.
If the meaning of the 'Stack Items' reference list isn't clear, there really should be more of a description here...
VStackPackage.getStackLayout_StackItems()
VStackItem getTopElement()
If the meaning of the 'Top Element' reference isn't clear, there really should be more of a description here...
setTopElement(VStackItem)
,
VStackPackage.getStackLayout_TopElement()
void setTopElement(VStackItem value)
Top Element
' reference.
value
- the new value of the 'Top Element' reference.getTopElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |