com.abra.j2xb.beans.model
Class BeanInfoEx

java.lang.Object
  extended by com.abra.j2xb.beans.model.BeanInfoEx

public class BeanInfoEx
extends java.lang.Object

Since:
JDK1.5
Version:
1.0, May 1, 2008
Author:
Yoav Abrahami

Constructor Summary
BeanInfoEx(java.lang.Class<?> clazz)
           
 
Method Summary
 java.beans.BeanInfo getBeanInfo()
           
 java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String name)
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInfoEx

public BeanInfoEx(java.lang.Class<?> clazz)
           throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException
Method Detail

getBeanInfo

public java.beans.BeanInfo getBeanInfo()

getPropertyDescriptor

public java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.String name)

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()


Copyright © 2008. All Rights Reserved.