| Package | Description |
|---|---|
| aQute.bnd.compatibility |
| Modifier and Type | Method | Description |
|---|---|---|
static Kind |
Kind.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Scope.setKind(Kind kind) |
| Constructor | Description |
|---|---|
Scope(Access access,
Kind kind,
java.lang.String name) |