Package mondrian.rolap.aggmatcher
Class DefaultDef.TableMatchRef
- java.lang.Object
-
- org.eigenbase.xom.ElementDef
-
- mondrian.rolap.aggmatcher.DefaultDef.Base
-
- mondrian.rolap.aggmatcher.DefaultDef.Ref
-
- mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef
-
- All Implemented Interfaces:
Serializable,Cloneable,NodeDef
- Enclosing class:
- DefaultDef
public static class DefaultDef.TableMatchRef extends DefaultDef.Ref
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.aggmatcher.DefaultDef.Ref
refId
-
Fields inherited from class mondrian.rolap.aggmatcher.DefaultDef.Base
enabled
-
-
Constructor Summary
Constructors Constructor Description TableMatchRef()TableMatchRef(DOMWrapper _def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(PrintWriter _out, int _indent)booleandisplayDiff(ElementDef _other, PrintWriter _out, int _indent)voiddisplayXML(XMLOutput _out, int _indent)StringgetName()voidvalidate(DefaultDef.AggRules rules, MessageRecorder msgRecorder)-
Methods inherited from class mondrian.rolap.aggmatcher.DefaultDef.Ref
getRefId, 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, getLocation, getMixedChildren, getMixedChildren_new, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
-
-
-
-
Constructor Detail
-
TableMatchRef
public TableMatchRef()
-
TableMatchRef
public TableMatchRef(DOMWrapper _def) throws XOMException
- Throws:
XOMException
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceNodeDef- Overrides:
getNamein classDefaultDef.Ref
-
display
public void display(PrintWriter _out, int _indent)
- Specified by:
displayin interfaceNodeDef- Overrides:
displayin classDefaultDef.Ref
-
displayXML
public void displayXML(XMLOutput _out, int _indent)
- Specified by:
displayXMLin interfaceNodeDef- Overrides:
displayXMLin classDefaultDef.Ref
-
displayDiff
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiffin classDefaultDef.Ref
-
validate
public void validate(DefaultDef.AggRules rules, MessageRecorder msgRecorder)
- Specified by:
validatein classDefaultDef.Base
-
-