Style Intelligence v12.0

inetsoft.uql.asset
Class ExpressionValue

java.lang.Object
  extended by inetsoft.uql.asset.ExpressionValue
All Implemented Interfaces:
AssetObject, inetsoft.util.XMLSerializable, Serializable, Cloneable

public class ExpressionValue
extends Object
implements AssetObject

Expression value.

See Also:
Serialized Form

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

SQL

public static String SQL

JAVASCRIPT

public static String JAVASCRIPT
Constructor Detail

ExpressionValue

public ExpressionValue()
Constructor.

Method Detail

getExpression

public String getExpression()
Get expression.

Returns:
the expression.

setExpression

public void setExpression(String expression)
Set expression.

Parameters:
expression - the specific expression

getType

public String getType()
Get expression type.

Returns:
the expression type.

setType

public void setType(String type)
Set expression type.

Parameters:
the - expression type.

writeXML

public void writeXML(PrintWriter writer)
Write the xml.

Specified by:
writeXML in interface inetsoft.util.XMLSerializable
Parameters:
writer - the specified print writer.

parseXML

public void parseXML(Element elem)
              throws Exception
Parse the xml.

Specified by:
parseXML in interface inetsoft.util.XMLSerializable
Parameters:
elem - the specified xml element.
Throws:
Exception

equals

public boolean equals(Object obj)
Check if equqls another object.

Overrides:
equals in class Object

toString

public String toString()
Get the string representation.

Overrides:
toString in class Object
Returns:
the string representation.

clone

public Object clone()
Clone the object.

Specified by:
clone in interface AssetObject
Overrides:
clone in class Object
Returns:
the cloned object.

reset

public void reset()
Reset the cached value.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.