|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scope
Interface Scope represents a scope, e.g. an name of an application or an namespace or an 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 | |
---|---|
java.lang.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 |
---|
java.lang.String getName()
Scope getScope()
GLOBAL
scope shall returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |