com.gentics.api.lib.expressionparser
Interface Expression

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
EvaluableExpression

public interface Expression
extends java.io.Serializable

Base interface for expressions.


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

Method Detail

getExpressionString

java.lang.String getExpressionString()
Get the (complete) expression as string

Returns:
expression as string


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.