org.eclipse.emf.ecp.view.spi.section.model
Interface VSectionedArea

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VContainedElement, VElement
All Known Implementing Classes:
VSectionedAreaImpl

public interface VSectionedArea
extends VContainedElement

A representation of the model object 'Sectioned Area'.

The following features are supported:

See Also:
VSectionPackage.getSectionedArea()

Method Summary
 VSection getRoot()
          Returns the value of the 'Root' containment reference.
 void setRoot(VSection value)
          Sets the value of the 'Root' containment 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

getRoot

VSection getRoot()
Returns the value of the 'Root' containment reference.

If the meaning of the 'Root' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Root' containment reference.
See Also:
setRoot(VSection), VSectionPackage.getSectionedArea_Root()

setRoot

void setRoot(VSection value)
Sets the value of the 'Root' containment reference.

Parameters:
value - the new value of the 'Root' containment reference.
See Also:
getRoot()


Copyright © 2015. All Rights Reserved.