|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eigenbase.xom.ElementDef
mondrian.gui.MondrianGuiDef.Parameter
public static class MondrianGuiDef.Parameter
A Parameter defines a schema parameter. It can be referenced from an MDX statement using the ParamRef function and, if not final, its value can be overridden.
![]() |
![]() |
Field Summary | |
---|---|
static String[] |
_type_values
Allowable values for type . |
String |
defaultValue
|
String |
description
|
Boolean |
modifiable
|
String |
name
|
String |
type
|
Constructor Summary | |
---|---|
MondrianGuiDef.Parameter()
|
|
MondrianGuiDef.Parameter(DOMWrapper _def)
|
Method Summary | |
---|---|
void |
display(PrintWriter _out,
int _indent)
|
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
|
void |
displayXML(XMLOutput _out,
int _indent)
|
String |
getName()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String name
public String description
public static final String[] _type_values
type
.
public String type
public Boolean modifiable
public String defaultValue
Constructor Detail |
---|
public MondrianGuiDef.Parameter()
public MondrianGuiDef.Parameter(DOMWrapper _def) throws XOMException
XOMException
Method Detail |
---|
public String getName()
getName
in interface NodeDef
getName
in class ElementDef
public void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML
in interface NodeDef
displayXML
in class ElementDef
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff
in class ElementDef
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |