Uses of Class
org.jdesktop.el.Expression.Result.Type
-
Packages that use Expression.Result.Type Package Description org.jdesktop.el -
-
Uses of Expression.Result.Type in org.jdesktop.el
Methods in org.jdesktop.el that return Expression.Result.Type Modifier and Type Method Description Expression.Result.TypeExpression.Result. getType()static Expression.Result.TypeExpression.Result.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Expression.Result.Type[]Expression.Result.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jdesktop.el with parameters of type Expression.Result.Type Constructor Description Result(Expression.Result.Type type, Object result, List<Expression.ResolvedProperty> resolvedProperties)
-