public interface VElement
extends org.eclipse.emf.ecore.EObject
VViewPackage.getElement()
Modifier and Type | Method and Description |
---|---|
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 |
getLabel()
Returns the value of the 'Label' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getUuid()
Returns the value of the 'Uuid' attribute.
|
boolean |
isEffectivelyEnabled()
Returns true if this element and all parent elements are enabled.
|
boolean |
isEffectivelyReadonly()
Returns true if this element or any parent element is readonly.
|
boolean |
isEffectivelyVisible()
Returns true if this element and all parent elements are visible.
|
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 |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setReadonly(boolean value)
Sets the value of the '
Readonly '
attribute. |
void |
setUuid(String value)
Sets the value of the '
Uuid ' attribute. |
void |
setVisible(boolean value)
Sets the value of the '
Visible ' attribute. |
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()
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
VViewPackage.getElement_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
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()
String getUuid()
If the meaning of the 'Uuid' attribute isn't clear, there really should be more of a description here...
setUuid(String)
,
VViewPackage.getElement_Uuid()
void setUuid(String value)
Uuid
' attribute.
value
- the new value of the 'Uuid' attribute.getUuid()
boolean isEffectivelyVisible()
boolean isEffectivelyEnabled()
boolean isEffectivelyReadonly()
Copyright © 2018. All rights reserved.