|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface NameResolver.Namespace
Naming context within which elements are defined.
Elements' names are hierarchical, so elements are resolved one name segment at a time. It is possible for an element to be defined in a different namespace than its parent: for example, stored member [Dim].[Hier].[X].[Y] might have a child [Dim].[Hier].[X].[Y].[Z] which is a calculated member defined using a WITH MEMBER clause.
| Method Summary | |
|---|---|
OlapElement |
lookupChild(OlapElement parent,
IdentifierSegment segment)
Looks up a child element. |
OlapElement |
lookupChild(OlapElement parent,
IdentifierSegment segment,
MatchType matchType)
Looks up a child element, using a match type for inexact matching. |
| Method Detail |
|---|
OlapElement lookupChild(OlapElement parent,
IdentifierSegment segment,
MatchType matchType)
If matchType is MatchType.EXACT, effect is
identical to calling
lookupChild(OlapElement, org.olap4j.mdx.IdentifierSegment).
Match type is ignored except when searching for members.
parent - Parent elementsegment - Name segmentmatchType - Match type
OlapElement lookupChild(OlapElement parent,
IdentifierSegment segment)
parent - Parent elementsegment - Name segment
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||