net.sf.jasperreports.compilers
Class JavaScriptCompileData.Expression

java.lang.Object
  extended by net.sf.jasperreports.compilers.JavaScriptCompileData.Expression
All Implemented Interfaces:
Serializable
Enclosing class:
JavaScriptCompileData

protected static class JavaScriptCompileData.Expression
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JavaScriptCompileData.Expression(String defaultExpression, String estimatedExpression, String oldExpression)
           
JavaScriptCompileData.Expression(String type, String defaultExpression, String estimatedExpression, String oldExpression)
          Deprecated. To be removed.
 
Method Summary
 String getDefaultExpression()
           
 String getEstimatedExpression()
           
 String getJavaType()
          Deprecated. To be removed.
 String getOldExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptCompileData.Expression

public JavaScriptCompileData.Expression(String type,
                                        String defaultExpression,
                                        String estimatedExpression,
                                        String oldExpression)
Deprecated. To be removed.


JavaScriptCompileData.Expression

public JavaScriptCompileData.Expression(String defaultExpression,
                                        String estimatedExpression,
                                        String oldExpression)
Method Detail

getJavaType

public String getJavaType()
Deprecated. To be removed.


getDefaultExpression

public String getDefaultExpression()

getOldExpression

public String getOldExpression()

getEstimatedExpression

public String getEstimatedExpression()


Copyright © 2012. All Rights Reserved.