|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NameResolver
Interface for a class which can lookup dimensions, hierarchies, levels,
members. Cube
is the most typical implementor, but Query
also implements this interface, looking at members defined in its WITH
clause before looking to its cube.
Method Summary | |
---|---|
Cube |
getCube()
|
OlapElement |
lookupChild(OlapElement parent,
String s)
Looks up the child of parent called s ; returns
null if no element is found. |
Method Detail |
---|
Cube getCube()
OlapElement lookupChild(OlapElement parent, String s)
parent
called s
; returns
null if no element is found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |