org.oXML.extras.db
Class ExpressionPart

java.lang.Object
  extended byorg.oXML.extras.db.ExpressionPart
All Implemented Interfaces:
Part

public class ExpressionPart
extends java.lang.Object
implements Part


Constructor Summary
ExpressionPart(Expression expression)
           
 
Method Summary
 void evaluate(RuntimeContext context)
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionPart

public ExpressionPart(Expression expression)
Method Detail

evaluate

public void evaluate(RuntimeContext context)
              throws ObjectBoxException
Specified by:
evaluate in interface Part
Throws:
ObjectBoxException

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Part

toString

public java.lang.String toString()