public static class MondrianGuiDef.CubeGrant extends ElementDef implements MondrianGuiDef.Grant
| Modifier and Type | Field and Description | 
|---|---|
static String[] | 
_access_values
Allowable values for  
access. | 
String | 
access  | 
String | 
cube  | 
MondrianGuiDef.DimensionGrant[] | 
dimensionGrants  | 
MondrianGuiDef.HierarchyGrant[] | 
hierarchyGrants  | 
| Constructor and Description | 
|---|
CubeGrant()  | 
CubeGrant(DOMWrapper _def)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
display(PrintWriter _out,
       int _indent)  | 
boolean | 
displayDiff(ElementDef _other,
           PrintWriter _out,
           int _indent)  | 
void | 
displayXML(XMLOutput _out,
          int _indent)  | 
String | 
getName()  | 
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_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqualfinalize, getClass, notify, notifyAll, wait, wait, waitgetChildren, getLocation, getText, getType, getWrapperpublic String access
public String cube
public MondrianGuiDef.DimensionGrant[] dimensionGrants
public MondrianGuiDef.HierarchyGrant[] hierarchyGrants
public CubeGrant()
public CubeGrant(DOMWrapper _def) throws XOMException
XOMExceptionpublic String getName()
getName in interface NodeDefgetName in class ElementDefpublic void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class ElementDefpublic boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff in class ElementDef