|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VControl
A representation of the model object 'Control'.
The following features are supported:
VViewPackage.getControl()
Method Summary | |
---|---|
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. |
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 |
---|
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()
"Left"
.
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 path
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |