mondrian.rolap.aggmatcher
Class DefaultDef.FactCountMatch

java.lang.Object
  extended by org.eigenbase.xom.ElementDef
      extended by mondrian.rolap.aggmatcher.DefaultDef.Base
          extended by mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
              extended by mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
                  extended by mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch
All Implemented Interfaces:
Serializable, Cloneable, NodeDef
Enclosing class:
DefaultDef

public static class DefaultDef.FactCountMatch
extends DefaultDef.NameMatcher

This is used to identify the "fact_count" column in an aggregate table. It allows one to match using regular exprssions. The default is that the name of the fact count colum is simply the string "fact_count".

See Also:
Serialized Form
 

Field Summary
 String factCountName
           
 
Fields inherited from class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
basename, baseNamePattern, posttemplate, pretemplate
 
Fields inherited from class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
_charcase_values, charcase, id
 
Fields inherited from class mondrian.rolap.aggmatcher.DefaultDef.Base
enabled
 
Constructor Summary
DefaultDef.FactCountMatch()
           
DefaultDef.FactCountMatch(DOMWrapper _def)
           
 
Method Summary
 void display(PrintWriter _out, int _indent)
           
 boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
           
 void displayXML(XMLOutput _out, int _indent)
           
 Recognizer.Matcher getMatcher()
           
 String getName()
           
 void validate(DefaultDef.AggRules rules, MessageRecorder msgRecorder)
           
 
Methods inherited from class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher
getMatcher, getRegex
 
Methods inherited from class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher
getCharCase, getId, getTag
 
Methods inherited from class mondrian.rolap.aggmatcher.DefaultDef.Base
isEnabled
 
Methods inherited from class org.eigenbase.xom.ElementDef
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, equals, getChildren, getElementChildren, getElementClass, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

factCountName

public String factCountName
Constructor Detail

DefaultDef.FactCountMatch

public DefaultDef.FactCountMatch()

DefaultDef.FactCountMatch

public DefaultDef.FactCountMatch(DOMWrapper _def)
                          throws XOMException
Throws:
XOMException
Method Detail

getName

public String getName()
Specified by:
getName in interface NodeDef
Overrides:
getName in class DefaultDef.NameMatcher

display

public void display(PrintWriter _out,
                    int _indent)
Specified by:
display in interface NodeDef
Overrides:
display in class DefaultDef.NameMatcher

displayXML

public void displayXML(XMLOutput _out,
                       int _indent)
Specified by:
displayXML in interface NodeDef
Overrides:
displayXML in class DefaultDef.NameMatcher

displayDiff

public boolean displayDiff(ElementDef _other,
                           PrintWriter _out,
                           int _indent)
Overrides:
displayDiff in class DefaultDef.NameMatcher

validate

public void validate(DefaultDef.AggRules rules,
                     MessageRecorder msgRecorder)
Overrides:
validate in class DefaultDef.NameMatcher

getMatcher

public Recognizer.Matcher getMatcher()

SourceForge.net_Logo