|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XDrillInfo
public class XDrillInfo
XDrillInfo defines a drill info with a group drill path.
| Constructor Summary | |
|---|---|
XDrillInfo()
Create an empty drill info. |
|
| Method Summary | |
|---|---|
int |
addDrillPath(DrillPath path)
Add a drill path to the info. |
void |
clear()
Remove all components from the path. |
Object |
clone()
Clone the object. |
boolean |
contains(DrillPath path)
Check if the specified drill path is in the info. |
void |
copyDrillPaths(XDrillInfo info)
Copy drill paths. |
boolean |
equals(Object obj)
Check if equals another object. |
DataRef |
getColumn()
Get the field this drill is defined on. |
DrillPath |
getDrillPath(int idx)
Get the specified drill path. |
int |
getDrillPathCount()
Get the drill paths count. |
Enumeration |
getDrillPaths()
Get the all drill paths. |
int |
indexOf(DrillPath path)
Get the index of the specified drill path. |
boolean |
isEmpty()
Check if there is no drill paths in the info. |
void |
parseXML(Element tag)
Method to parse an xml segment. |
boolean |
removeDrillPath(DrillPath path)
Remove a selected drill path. |
boolean |
removeDrillPath(int idx)
Remove a selected drill path. |
void |
setColumn(DataRef column)
Set the column this drill is defined on. |
void |
setDrillPath(int idx,
DrillPath path)
Set the specified drill path. |
String |
toString()
Get the string representaion. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XDrillInfo()
| Method Detail |
|---|
public void copyDrillPaths(XDrillInfo info)
info - the drill info to copy from.public int addDrillPath(DrillPath path)
path - the drill path.public boolean removeDrillPath(DrillPath path)
path - the selected drill path.public boolean removeDrillPath(int idx)
idx - the index of selected drill path.public boolean isEmpty()
public int getDrillPathCount()
public Enumeration getDrillPaths()
public void setDrillPath(int idx,
DrillPath path)
idx - the index of the selected drill path.path - the selected drill path.public DrillPath getDrillPath(int idx)
idx - the index of the selected drill path.public boolean contains(DrillPath path)
public int indexOf(DrillPath path)
public DataRef getColumn()
public void setColumn(DataRef column)
column - the specified field this drill is defined on.public void clear()
public boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic Object clone()
clone in class Objectpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableException
|
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 | ||||||||