站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v5.0 API Specifications

BeanELResolver.BeanProperty (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications

Java EE 5 SDK

javax.el
Class BeanELResolver.BeanProperty

java.lang.Object
  extended by javax.el.BeanELResolver.BeanProperty
Enclosing class:
BeanELResolver

protected static final class BeanELResolver.BeanProperty
extends Object


Constructor Summary
BeanELResolver.BeanProperty(Class<?> baseClass, PropertyDescriptor descriptor)
           
 
Method Summary
 Class getPropertyType()
           
 Method getReadMethod()
           
 Method getWriteMethod()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanELResolver.BeanProperty

public BeanELResolver.BeanProperty(Class<?> baseClass,
                                   PropertyDescriptor descriptor)
Method Detail

getPropertyType

public Class getPropertyType()

isReadOnly

public boolean isReadOnly()

getReadMethod

public Method getReadMethod()

getWriteMethod

public Method getWriteMethod()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.