Uses of Enum
org.jdesktop.el.Expression.Result.Type
Packages that use Expression.Result.Type
Package
Description
Customized version of EL for Beans Binding; not for general use.
-
Uses of Expression.Result.Type in org.jdesktop.el
Methods in org.jdesktop.el that return Expression.Result.TypeModifier and TypeMethodDescriptionExpression.Result.getType()
static Expression.Result.Type
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.TypeModifierConstructorDescriptionResult
(Expression.Result.Type type, Object result, List<Expression.ResolvedProperty> resolvedProperties)