public interface VControl extends VContainedElement
The following features are supported:
VViewPackage.getControl()
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
LabelAlignment |
getLabelAlignment()
Returns the value of the 'Label Alignment' attribute.
|
void |
setDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
Sets the
VDomainModelReference based on the provided EStructuralFeature . |
void |
setDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature,
Collection<org.eclipse.emf.ecore.EReference> referencePath)
Sets the
VDomainModelReference based on the provided EStructuralFeature and the collection of
EReferences . |
void |
setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
void |
setLabelAlignment(LabelAlignment value)
Sets the value of the '
Label Alignment ' attribute. |
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)
,
VViewPackage.getControl_DomainModelReference()
void setDomainModelReference(VDomainModelReference value)
Domain Model Reference
' containment reference.
value
- the new value of the 'Domain Model Reference' containment reference.getDomainModelReference()
LabelAlignment getLabelAlignment()
"Default"
.
The literals are from the enumeration LabelAlignment
.
If the meaning of the 'Label Alignment' attribute isn't clear, there really should be more of a description here...
LabelAlignment
,
setLabelAlignment(LabelAlignment)
,
VViewPackage.getControl_LabelAlignment()
void setLabelAlignment(LabelAlignment value)
Label Alignment
' attribute.
value
- the new value of the 'Label Alignment' attribute.LabelAlignment
,
getLabelAlignment()
void setDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
VDomainModelReference
based on the provided EStructuralFeature
. Thus a
VFeaturePathDomainModelReference
is created.feature
- the EStructuralFeature
to create the VDomainModelReference
forvoid setDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature, Collection<org.eclipse.emf.ecore.EReference> referencePath)
VDomainModelReference
based on the provided EStructuralFeature
and the collection of
EReferences
. Thus a VFeaturePathDomainModelReference
is created.feature
- the EStructuralFeature
to create the VDomainModelReference
forreferencePath
- the Collection
of EReferences
being the reference pathCopyright © 2016. All rights reserved.