public interface VView extends VElement
The following features are supported:
VViewPackage.getView()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VContainedElement> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
org.eclipse.emf.common.util.EList<String> |
getEcorePaths()
Returns the value of the 'Ecore Paths' attribute list.
|
VViewModelProperties |
getLoadingProperties()
Returns the value of the 'Loading Properties' containment reference.
|
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 |
setLoadingProperties(VViewModelProperties value)
Sets the value of the '
Loading
Properties ' containment reference. |
void |
setRootEClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
Root EClass '
reference. |
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEffectivelyEnabled, isEffectivelyReadonly, isEffectivelyVisible, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
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()
org.eclipse.emf.common.util.EList<String> getEcorePaths()
String
.
If the meaning of the 'Ecore Paths' attribute list isn't clear, there really should be more of a description here...
VViewPackage.getView_EcorePaths()
VViewModelProperties getLoadingProperties()
If the meaning of the 'Loading Properties' containment reference isn't clear, there really should be more of a description here...
setLoadingProperties(VViewModelProperties)
,
VViewPackage.getView_LoadingProperties()
void setLoadingProperties(VViewModelProperties value)
Loading
Properties
' containment reference.
value
- the new value of the 'Loading Properties' containment reference.getLoadingProperties()
void setAllContentsReadOnly()
Copyright © 2018. All rights reserved.