|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.ExpressionValue
public class ExpressionValue
Expression value.
| Field Summary | |
|---|---|
static String |
JAVASCRIPT
|
static String |
SQL
|
| Constructor Summary | |
|---|---|
ExpressionValue()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
boolean |
equals(Object obj)
Check if equqls another object. |
String |
getExpression()
Get expression. |
String |
getType()
Get expression type. |
void |
parseXML(Element elem)
Parse the xml. |
void |
reset()
Reset the cached value. |
void |
setExpression(String expression)
Set expression. |
void |
setType(String type)
Set expression type. |
String |
toString()
Get the string representation. |
void |
writeXML(PrintWriter writer)
Write the xml. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String SQL
public static String JAVASCRIPT
| Constructor Detail |
|---|
public ExpressionValue()
| Method Detail |
|---|
public String getExpression()
public void setExpression(String expression)
expression - the specific expressionpublic String getType()
public void setType(String type)
the - expression type.public void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the specified print writer.
public void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic Object clone()
clone in interface AssetObjectclone in class Objectpublic void reset()
|
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 | ||||||||