Package | Description |
---|---|
sk.stuba.fiit.perconik.activity.data.platform | |
sk.stuba.fiit.perconik.osgi.framework |
Extension to the
org.osgi.framework package. |
Modifier and Type | Field and Description |
---|---|
protected BundleState |
BundleData.state |
Modifier and Type | Method and Description |
---|---|
BundleState |
BundleData.getState() |
Modifier and Type | Method and Description |
---|---|
void |
BundleData.setState(BundleState state) |
Modifier and Type | Method and Description |
---|---|
static BundleState |
BundleState.valueOf(int value) |
static BundleState |
BundleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BundleState[] |
BundleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|