public interface Scope extends Serializable
Modifier and Type | Field and Description |
---|---|
static Scope |
GLOBAL
static final Field GLOBAL represents the GLOBAL-Scope,
it is returned in the
getScope() method to
indicate that there is no further parent. |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Scope |
getScope()
Gets the 'parent' scope of this scope.
|
static final Scope GLOBAL
getScope()
method to
indicate that there is no further parent.Copyright © 2004–2017 52north.org. All rights reserved.