|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.JunctionOperator
public class JunctionOperator
A Condition Item represents a item of condition in condition group.
| Field Summary | |
|---|---|
static int |
AND
|
static int |
OR
|
| Constructor Summary | |
|---|---|
JunctionOperator()
Create a Junction Operator. |
|
JunctionOperator(int op,
int level)
Create a Junction Operator. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this object. |
boolean |
equals(Object obj)
Check if equals another object. |
int |
getJunction()
Get the condition item level. |
int |
getLevel()
Get the condition item level. |
void |
parseXML(Element tag)
Read in the XML representation of this object. |
void |
setJunction(int op)
Get the condition item level. |
void |
setLevel(int level)
Get the condition item level. |
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 |
| Field Detail |
|---|
public static final int AND
public static final int OR
| Constructor Detail |
|---|
public JunctionOperator()
public JunctionOperator(int op,
int level)
| Method Detail |
|---|
public int getJunction()
public int getLevel()
getLevel in interface HierarchyItempublic void setJunction(int op)
public void setLevel(int level)
setLevel in interface HierarchyItempublic Object clone()
clone in interface HierarchyItemclone in class Objectpublic void writeXML(PrintWriter writer)
writer - the stream to output the XML text to
public void parseXML(Element tag)
throws IOException,
DOMException
tag - the XML element representing this object.
IOException
DOMExceptionpublic String toString()
toString in class Objectpublic String toString(boolean shlvl)
public 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 | ||||||||