|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.erm.ERMCubeMember
inetsoft.uql.erm.XMeasure
public class XMeasure
Represents a measure in an OLAP cube.
| Constructor Summary | |
|---|---|
XMeasure(String name)
Create a new instance fo XMeasure. |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a copy of this object. |
String |
getAggregate()
Get the aggregate function used to summarize this measure. |
void |
parseXML(Element tag)
Read in the definition of this object from an XML tag. |
void |
setAggregate(String aggregate)
Get the aggregate function used to summarize this measure. |
void |
writeXML(PrintWriter writer)
Write an XML element representation of this object. |
| Methods inherited from class inetsoft.uql.erm.ERMCubeMember |
|---|
equals, getDataRef, getDescription, getFolder, getName, getType, getXMetaInfo, hashCode, setDataRef, setDescription, setName, setType, setXMetaInfo |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMeasure(String name)
name - the name of the measure.| Method Detail |
|---|
public String getAggregate()
public void setAggregate(String aggregate)
aggregate - the aggregate function name.public Object clone()
clone in class ERMCubeMemberpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriteXML in class ERMCubeMemberwriter - the output stream to which to write the XML data.
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableparseXML in class ERMCubeMembertag - the XML Element representing this object.
Exception
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||