|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scope
A scope is, e.g. a name of an application or an namespace or a URN. It is used to define and reduce the visibility and validity of a name objects.
It shall be possible to build chains of scopes, e.g. you can use scope instance to identify a special application and then associate other scope instances with the previous created applicaton scope.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
getName()
Gets the name of the scope. |
Scope |
getScope()
Gets the 'parent' scope of this scope. |
Field Detail |
---|
static final Scope GLOBAL
getScope()
method to
indicate that there is no further parent.
Method Detail |
---|
String getName()
Scope getScope()
GLOBAL
scope shall
returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |