public interface GroupGridEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DetailViewPackage.getGroupGridEntry()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Component> |
getComponents()
Returns the value of the 'Components' containment reference list.
|
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 |
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. |
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
DetailViewPackage.getGroupGridEntry_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
org.eclipse.emf.common.util.EList<Component> getComponents()
Component
.
If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
DetailViewPackage.getGroupGridEntry_Components()
String getPermission()
If the meaning of the 'Permission' attribute isn't clear, there really should be more of a description here...
setPermission(String)
,
DetailViewPackage.getGroupGridEntry_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.getGroupGridEntry_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.