|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VElement
A representation of the model object 'Renderable'.
The following features are supported:
VViewPackage.getElement()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<VAttachment> |
getAttachments()
Returns the value of the 'Attachments' containment reference list. |
VDiagnostic |
getDiagnostic()
Returns the value of the 'Diagnostic' containment reference. |
String |
getName()
Returns the value of the 'Name' attribute. |
boolean |
isEnabled()
Returns the value of the 'Enabled' attribute. |
boolean |
isReadonly()
Returns the value of the 'Readonly' attribute. |
boolean |
isVisible()
Returns the value of the 'Visible' attribute. |
void |
setDiagnostic(VDiagnostic value)
Sets the value of the ' Diagnostic '
containment reference. |
void |
setEnabled(boolean value)
Sets the value of the ' Enabled ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setReadonly(boolean value)
Sets the value of the ' Readonly '
attribute. |
void |
setVisible(boolean value)
Sets the value of the ' Visible ' attribute. |
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 |
---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
VViewPackage.getElement_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isVisible()
"true"
.
If the meaning of the 'Visible' attribute isn't clear, there really should be more of a description here...
setVisible(boolean)
,
VViewPackage.getElement_Visible()
void setVisible(boolean value)
Visible
' attribute.
value
- the new value of the 'Visible' attribute.isVisible()
boolean isEnabled()
"true"
.
If the meaning of the 'Enabled' attribute isn't clear, there really should be more of a description here...
setEnabled(boolean)
,
VViewPackage.getElement_Enabled()
void setEnabled(boolean value)
Enabled
' attribute.
value
- the new value of the 'Enabled' attribute.isEnabled()
boolean isReadonly()
"false"
.
If the meaning of the 'Readonly' attribute isn't clear, there really should be more of a description here...
setReadonly(boolean)
,
VViewPackage.getElement_Readonly()
void setReadonly(boolean value)
Readonly
'
attribute.
value
- the new value of the 'Readonly' attribute.isReadonly()
VDiagnostic getDiagnostic()
If the meaning of the 'Diagnostic' containment reference isn't clear, there really should be more of a description here...
setDiagnostic(VDiagnostic)
,
VViewPackage.getElement_Diagnostic()
void setDiagnostic(VDiagnostic value)
Diagnostic
'
containment reference.
value
- the new value of the 'Diagnostic' containment reference.getDiagnostic()
org.eclipse.emf.common.util.EList<VAttachment> getAttachments()
VAttachment
.
If the meaning of the 'Attachments' containment reference list isn't clear, there really should be more of a description here...
VViewPackage.getElement_Attachments()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |