public interface VStackLayout extends VContainedElement
The following features are supported:
VStackPackage.getStackLayout()
Modifier and Type | Method and Description |
---|---|
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. |
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
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()
Copyright © 2016. All rights reserved.