|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.ConditionItem
public class ConditionItem
A Condition Item represents a item of condition in condition group.
| Constructor Summary | |
|---|---|
ConditionItem()
Default constructor of Condition Item. |
|
ConditionItem(DataRef attr,
XCondition condition,
int level)
Create a Condition Item. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this object. |
boolean |
equals(Object obj)
Check if equals another object. |
DataRef |
getAttribute()
Get the attribute name. |
Condition |
getCondition()
Deprecated. replaced by getXCondition |
int |
getLevel()
Get the condition item level. |
XCondition |
getXCondition()
Get the condition. |
void |
parseXML(Element ctag)
Read in the XML representation of this object. |
void |
setAttribute(DataRef ref)
Get the attribute name. |
void |
setCondition(Condition cond)
Deprecated. replaced by setXCondition |
void |
setLevel(int level)
Get the condition item level. |
void |
setXCondition(XCondition cond)
Set the XCondition. |
String |
toString()
Get string representation. |
String |
toString(boolean shlvl)
Get string representation. |
void |
writeXML(PrintWriter writer)
Write this data selection to XML. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionItem()
public ConditionItem(DataRef attr,
XCondition condition,
int level)
| Method Detail |
|---|
public DataRef getAttribute()
public Condition getCondition()
public XCondition getXCondition()
public int getLevel()
getLevel in interface HierarchyItempublic void setLevel(int level)
setLevel in interface HierarchyItempublic void setAttribute(DataRef ref)
public void setCondition(Condition cond)
public void setXCondition(XCondition cond)
public Object clone()
clone in interface HierarchyItemclone in class Objectpublic String toString()
toString in class Objectpublic String toString(boolean shlvl)
public void writeXML(PrintWriter writer)
writer - the stream to output the XML text to
public void parseXML(Element ctag)
throws Exception,
DOMException
ctag - the XML element representing this object.
Exception
DOMExceptionpublic boolean equals(Object obj)
equals in class Object
|
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 | ||||||||