org.granite.client.tide.data.spi
Class ExpressionEvaluator.Value

java.lang.Object
  extended by org.granite.client.tide.data.spi.ExpressionEvaluator.Value
Enclosing interface:
ExpressionEvaluator

public static class ExpressionEvaluator.Value
extends Object


Field Summary
 String componentClassName
           
 String componentName
           
 Object instance
           
 Object value
           
 
Constructor Summary
ExpressionEvaluator.Value()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentName

public String componentName

componentClassName

public String componentClassName

instance

public Object instance

value

public Object value
Constructor Detail

ExpressionEvaluator.Value

public ExpressionEvaluator.Value()