com.gentics.api.lib.expressionparser
Interface Expression

All Superinterfaces:
Serializable
All Known Subinterfaces:
EvaluableExpression

public interface Expression
extends Serializable

Base interface for expressions.


Method Summary
 String getExpressionString()
          Get the (complete) expression as string
 

Method Detail

getExpressionString

String getExpressionString()
Get the (complete) expression as string

Returns:
expression as string


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.