IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

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()

Copyright 2003 Sun Microsystems, Inc. All rights reserved