public interface GroupGridEntry
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
|
getComponents()
Returns the value of the 'Components' containment reference list.
|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
java.lang.String |
getPermission()
Returns the value of the 'Permission' attribute.
|
Visibility |
getVisibility()
Returns the value of the 'Visibility' containment reference.
|
void |
setLabel(java.lang.String value)
Sets the value of the '
Label' attribute. |
void |
setPermission(java.lang.String value)
Sets the value of the '
Permission' attribute. |
void |
setVisibility(Visibility value)
Sets the value of the '
Visibility' containment reference. |
java.lang.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(java.lang.String value)
Label' attribute.
value - the new value of the 'Label' attribute.getLabel()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()java.lang.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(java.lang.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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0