|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VView
A representation of the model object 'View'.
VViewPackage.getView()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<VContainedElement> |
getChildren()
Returns the value of the 'Children' containment reference list. |
String |
getEcorePath()
Returns the value of the 'Ecore Path' attribute. |
org.eclipse.emf.ecore.EClass |
getRootEClass()
Returns the value of the 'Root EClass' reference. |
void |
setAllContentsReadOnly()
Sets the view and all its contents readonly. |
void |
setEcorePath(String value)
Sets the value of the ' Ecore Path '
attribute. |
void |
setRootEClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the ' Root EClass '
reference. |
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement |
---|
getAttachments, getDiagnostic, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, 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 |
---|
org.eclipse.emf.ecore.EClass getRootEClass()
If the meaning of the 'Root EClass' reference isn't clear, there really should be more of a description here...
setRootEClass(EClass)
,
VViewPackage.getView_RootEClass()
void setRootEClass(org.eclipse.emf.ecore.EClass value)
Root EClass
'
reference.
value
- the new value of the 'Root EClass' reference.getRootEClass()
org.eclipse.emf.common.util.EList<VContainedElement> getChildren()
VContainedElement
.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
VViewPackage.getView_Children()
String getEcorePath()
If the meaning of the 'Ecore Path' attribute isn't clear, there really should be more of a description here...
setEcorePath(String)
,
VViewPackage.getView_EcorePath()
void setEcorePath(String value)
Ecore Path
'
attribute.
value
- the new value of the 'Ecore Path' attribute.getEcorePath()
void setAllContentsReadOnly()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |