public static class MondrianGuiDef.View extends MondrianGuiDef.Relation
| Modifier and Type | Field and Description | 
|---|---|
String | 
alias  | 
MondrianGuiDef.SQL[] | 
selects  | 
| Constructor and Description | 
|---|
MondrianGuiDef.View()  | 
MondrianGuiDef.View(DOMWrapper _def)  | 
MondrianGuiDef.View(MondrianGuiDef.View view)
Copy constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCode(String dialect,
       String code)  | 
void | 
display(PrintWriter _out,
       int _indent)  | 
boolean | 
displayDiff(ElementDef _other,
           PrintWriter _out,
           int _indent)  | 
void | 
displayXML(XMLOutput _out,
          int _indent)  | 
boolean | 
equals(Object o)  | 
MondrianGuiDef.View | 
find(String seekAlias)  | 
String | 
getAlias()  | 
SqlQuery.CodeSet | 
getCodeSet()  | 
String | 
getName()  | 
String | 
toString()  | 
hashCodeaddChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, getChildren, getElementChildren, getElementClass, getLocation, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, toCompactXML, toXML, verifyEqualpublic String alias
public MondrianGuiDef.SQL[] selects
public MondrianGuiDef.View()
public MondrianGuiDef.View(DOMWrapper _def) throws XOMException
XOMExceptionpublic MondrianGuiDef.View(MondrianGuiDef.View view)
public String getName()
getName in interface NodeDefgetName in class MondrianGuiDef.Relationpublic void display(PrintWriter _out, int _indent)
display in interface NodeDefdisplay in class MondrianGuiDef.Relationpublic void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class MondrianGuiDef.Relationpublic boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff in class MondrianGuiDef.Relationpublic String toString()
toString in class ElementDefpublic MondrianGuiDef.View find(String seekAlias)
find in class MondrianGuiDef.RelationOrJoinpublic String getAlias()
getAlias in class MondrianGuiDef.Relationpublic SqlQuery.CodeSet getCodeSet()
public boolean equals(Object o)
equals in class MondrianGuiDef.RelationOrJoin