|
|||||||||
| 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.Level
public static class MondrianGuiDef.Level
| Field Summary | |
|---|---|
static String[] |
_hideMemberIf_values
Allowable values for hideMemberIf. |
static String[] |
_levelType_values
Allowable values for levelType. |
static String[] |
_type_values
Allowable values for type. |
String |
approxRowCount
|
String |
caption
|
String |
captionColumn
|
MondrianGuiDef.Closure |
closure
|
String |
column
|
String |
formatter
|
String |
hideMemberIf
|
MondrianGuiDef.KeyExpression |
keyExp
The SQL expression used to populate this level's key. |
String |
levelType
|
String |
name
|
String |
nameColumn
|
MondrianGuiDef.NameExpression |
nameExp
The SQL expression used to populate this level's name. |
String |
nullParentValue
|
String |
ordinalColumn
|
MondrianGuiDef.OrdinalExpression |
ordinalExp
The SQL expression used to populate this level's ordinal. |
String |
parentColumn
|
MondrianGuiDef.ParentExpression |
parentExp
The SQL expression used to join to the parent member in a parent-child hierarchy. |
MondrianGuiDef.Property[] |
properties
|
String |
table
|
String |
type
|
Boolean |
uniqueMembers
|
| Constructor Summary | |
|---|---|
MondrianGuiDef.Level()
|
|
MondrianGuiDef.Level(DOMWrapper _def)
|
|
| Method Summary | |
|---|---|
void |
display(PrintWriter _out,
int _indent)
|
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
|
void |
displayXML(XMLOutput _out,
int _indent)
|
MondrianGuiDef.Expression |
getCaptionExp()
|
Dialect.Datatype |
getDatatype()
|
MondrianGuiDef.Expression |
getKeyExp()
|
String |
getName()
|
MondrianGuiDef.Expression |
getNameExp()
|
MondrianGuiDef.Expression |
getOrdinalExp()
|
MondrianGuiDef.Expression |
getParentExp()
|
MondrianGuiDef.Expression |
getPropertyExp(int i)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String approxRowCount
public String name
public String table
public String column
public String nameColumn
public String ordinalColumn
public String parentColumn
public String nullParentValue
public static final String[] _type_values
type.
public String type
public Boolean uniqueMembers
public static final String[] _levelType_values
levelType.
public String levelType
public static final String[] _hideMemberIf_values
hideMemberIf.
public String hideMemberIf
public String formatter
public String caption
public String captionColumn
public MondrianGuiDef.KeyExpression keyExp
public MondrianGuiDef.NameExpression nameExp
public MondrianGuiDef.OrdinalExpression ordinalExp
public MondrianGuiDef.ParentExpression parentExp
public MondrianGuiDef.Closure closure
public MondrianGuiDef.Property[] properties
| Constructor Detail |
|---|
public MondrianGuiDef.Level()
public MondrianGuiDef.Level(DOMWrapper _def)
throws XOMException
XOMException| Method Detail |
|---|
public String getName()
getName in interface NodeDefgetName in class ElementDef
public void display(PrintWriter _out,
int _indent)
public void displayXML(XMLOutput _out,
int _indent)
displayXML in interface NodeDefdisplayXML in class ElementDef
public boolean displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
displayDiff in class ElementDefpublic MondrianGuiDef.Expression getKeyExp()
public MondrianGuiDef.Expression getNameExp()
public MondrianGuiDef.Expression getCaptionExp()
public MondrianGuiDef.Expression getOrdinalExp()
public MondrianGuiDef.Expression getParentExp()
public MondrianGuiDef.Expression getPropertyExp(int i)
public Dialect.Datatype getDatatype()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||