org.geotools.expr
Interface ResolvedExpr

All Known Implementing Classes:
LiteralExpr, LiteralGeometryExpr, LiteralMathExpr

public interface ResolvedExpr

Used to mark expression that have been resolved to a constant.

Not the sudden shift to bean naming conventions, getValue is treated as an attribute, previously we have always been playing with opperations.


Method Summary
 java.lang.Object getValue()
          Value of this Expr.
 

Method Detail

getValue

public java.lang.Object getValue()
Value of this Expr.

Expr is doing its best to be immutable, Please don't duck around this idea.

Returns:
value of this Expr


Copyright © GeoTools. All Rights Reserved.