Uses of Class
org.jdesktop.el.Expression.Result.Type
-
Packages that use Expression.Result.Type Package Description org.jdesktop.el 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.Type Modifier and Type Method Description Expression.Result.Type
Expression.Result. getType()
static Expression.Result.Type
Expression.Result.Type. valueOf(java.lang.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, java.lang.Object result, java.util.List<Expression.ResolvedProperty> resolvedProperties)
-