public interface GroupEntry
The following features are supported:
DetailViewPackage.getGroupEntry()| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Returns the value of the 'Component' containment reference.
|
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 |
setComponent(Component value)
Sets the value of the '
Component' 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. |
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()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.getGroupEntry_Label()void setLabel(java.lang.String value)
Label' attribute.
value - the new value of the 'Label' attribute.getLabel()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.getGroupEntry_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.getGroupEntry_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