public interface VTDomainModelReferenceSelector extends VTStyleSelector
The following features are supported:
NOT_APPLICABLE
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
org.eclipse.emf.ecore.EClass |
getRootEClass()
Returns the value of the 'Root EClass' reference.
|
void |
setDomainModelReference(VDomainModelReference value)
Sets the value of the
'
Domain Model Reference ' containment reference. |
void |
setRootEClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the
'
Root EClass ' reference. |
isApplicable
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)
,
VTDomainmodelreferencePackage.getDomainModelReferenceSelector_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.ecore.EClass getRootEClass()
setRootEClass(EClass)
,
VTDomainmodelreferencePackage.getDomainModelReferenceSelector_RootEClass()
void setRootEClass(org.eclipse.emf.ecore.EClass value)
Root EClass
' reference.
value
- the new value of the 'Root EClass' reference.getRootEClass()
Copyright © 2019. All rights reserved.