|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionParser
serialisiert expr. Wird zunaechst nur fuer unique names von Member, Hierarchy, Dimension, Level benutzt.
Nested Class Summary | |
---|---|
static class |
ExpressionParser.InvalidSyntaxException
|
Field Summary | |
---|---|
static java.lang.String |
ID
|
Method Summary | |
---|---|
Dimension |
lookupDimension(java.lang.String uniqueName)
typespecific lookup because Mondrians unique names are not unique. |
Hierarchy |
lookupHierarchy(java.lang.String uniqueName)
typespecific lookup because Mondrians unique names are not unique. |
Level |
lookupLevel(java.lang.String uniqueName)
typespecific lookup because Mondrians unique names are not unique. |
Member |
lookupMember(java.lang.String uniqueName)
typespecific lookup because Mondrians unique names are not unique. |
Expression |
parse(java.lang.String expr)
|
java.lang.String |
unparse(Expression expr)
|
Methods inherited from interface com.tonbeller.jpivot.core.Extension |
---|
decorate, getId, modelInitialized, setModel |
Field Detail |
---|
static final java.lang.String ID
Method Detail |
---|
java.lang.String unparse(Expression expr)
Expression parse(java.lang.String expr) throws ExpressionParser.InvalidSyntaxException
ExpressionParser.InvalidSyntaxException
Member lookupMember(java.lang.String uniqueName) throws ExpressionParser.InvalidSyntaxException
ExpressionParser.InvalidSyntaxException
Level lookupLevel(java.lang.String uniqueName) throws ExpressionParser.InvalidSyntaxException
ExpressionParser.InvalidSyntaxException
Hierarchy lookupHierarchy(java.lang.String uniqueName) throws ExpressionParser.InvalidSyntaxException
ExpressionParser.InvalidSyntaxException
Dimension lookupDimension(java.lang.String uniqueName) throws ExpressionParser.InvalidSyntaxException
ExpressionParser.InvalidSyntaxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |