Package | Description |
---|---|
org.jdesktop.el |
Customized version of EL for Beans Binding; not for general use.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Expression.Result(Expression.Result.Type type,
java.lang.Object result,
java.util.List<Expression.ResolvedProperty> resolvedProperties) |