org.jdesktop.el
Class Expression.Result

java.lang.Object
  extended by org.jdesktop.el.Expression.Result
Enclosing class:
Expression

public static final class Expression.Result
extends java.lang.Object


Nested Class Summary
static class Expression.Result.Type
           
 
Constructor Summary
Expression.Result(Expression.Result.Type type, java.lang.Object result, java.util.List<Expression.ResolvedProperty> resolvedProperties)
           
 
Method Summary
 java.util.List<Expression.ResolvedProperty> getResolvedProperties()
           
 java.lang.Object getResult()
           
 Expression.Result.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression.Result

public Expression.Result(Expression.Result.Type type,
                         java.lang.Object result,
                         java.util.List<Expression.ResolvedProperty> resolvedProperties)
Method Detail

getType

public Expression.Result.Type getType()

getResult

public java.lang.Object getResult()

getResolvedProperties

public java.util.List<Expression.ResolvedProperty> getResolvedProperties()