public interface IMdxIdentifierSegment
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMdxNameSegment> |
getKeyParts()
Returns the key components, if this IMdxIdentifierSegment is a key.
|
String |
getName()
Returns the name of this IMdxIdentifierSegment.
|
EMdxQuoting |
getQuoting()
Returns how this Segment is quoted.
|
EMdxQuoting getQuoting()
String getName()
null
if this IMdxIdentifierSegment represents a key.TPTNodeList<TMdxNameSegment> getKeyParts()
getQuoting()
returns
EMdxQuoting.KEY
.)
Returns null otherwise.Copyright © 2019. All rights reserved.