public interface BundleStartLevel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProfilePackage.getBundleStartLevel()| Modifier and Type | Method and Description |
|---|---|
int |
getLevel()
Returns the value of the 'Level' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setLevel(int value)
Sets the value of the '
Level' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
int getLevel()
If the meaning of the 'Level' attribute isn't clear, there really should be more of a description here...
setLevel(int),
ProfilePackage.getBundleStartLevel_Level()void setLevel(int value)
Level' attribute.
value - the new value of the 'Level' attribute.getLevel()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProfilePackage.getBundleStartLevel_Name()