public interface GroupEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DetailViewPackage.getGroupEntry()
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Returns the value of the 'Component' containment reference.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
String |
getPermission()
Returns the value of the 'Permission' attribute.
|
Visibility |
getVisibility()
Returns the value of the 'Visibility' containment reference.
|
void |
setComponent(Component value)
Sets the value of the '
Component ' containment reference. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setPermission(String value)
Sets the value of the '
Permission ' attribute. |
void |
setVisibility(Visibility value)
Sets the value of the '
Visibility ' containment reference. |
Component getComponent()
If the meaning of the 'Component' containment reference isn't clear, there really should be more of a description here...
setComponent(Component)
,
DetailViewPackage.getGroupEntry_Component()
void setComponent(Component value)
Component
' containment reference.
value
- the new value of the 'Component' containment reference.getComponent()
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
DetailViewPackage.getGroupEntry_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
String getPermission()
If the meaning of the 'Permission' attribute isn't clear, there really should be more of a description here...
setPermission(String)
,
DetailViewPackage.getGroupEntry_Permission()
void setPermission(String value)
Permission
' attribute.
value
- the new value of the 'Permission' attribute.getPermission()
Visibility getVisibility()
If the meaning of the 'Visibility' containment reference isn't clear, there really should be more of a description here...
setVisibility(Visibility)
,
DetailViewPackage.getGroupEntry_Visibility()
void setVisibility(Visibility value)
Visibility
' containment reference.
value
- the new value of the 'Visibility' containment reference.getVisibility()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.