Package org.jdesktop.el
Class Expression.Result
- java.lang.Object
-
- org.jdesktop.el.Expression.Result
-
- Enclosing class:
- Expression
public static final class Expression.Result extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Expression.Result.Type
-
Constructor Summary
Constructors Constructor Description Result(Expression.Result.Type type, java.lang.Object result, java.util.List<Expression.ResolvedProperty> resolvedProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Expression.ResolvedProperty>
getResolvedProperties()
java.lang.Object
getResult()
Expression.Result.Type
getType()
-
-
-
Constructor Detail
-
Result
public 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()
-
-