Package org.jdesktop.el
Class BeanELResolver.BeanProperty
- java.lang.Object
-
- org.jdesktop.el.BeanELResolver.BeanProperty
-
- Enclosing class:
- BeanELResolver
protected static final class BeanELResolver.BeanProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanProperty(Class<?> baseClass, PropertyDescriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetPropertyType()MethodgetReadMethod()MethodgetWriteMethod()booleanisReadOnly()
-
-
-
Constructor Detail
-
BeanProperty
public BeanProperty(Class<?> baseClass, PropertyDescriptor descriptor)
-
-