Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Interface BeanDescriptor


public interface BeanDescriptor

Author:
Mike Brock, Christian Sadilek , Jonathan Fuerth

Method Summary
 String getBeanName()
           
 Set<String> getProperties()
          Get all bean properties associated with this bean type.
 MetaClass getPropertyType(String propertyName)
           
 MetaMethod getReadMethodForProperty(String propertyName)
           
 MetaMethod getWriteMethodForProperty(String propertyName)
           
 

Method Detail

getBeanName

String getBeanName()

getProperties

Set<String> getProperties()
Get all bean properties associated with this bean type.

Returns:
a set of properties associated with this bean type.

getReadMethodForProperty

MetaMethod getReadMethodForProperty(String propertyName)

getWriteMethodForProperty

MetaMethod getWriteMethodForProperty(String propertyName)

getPropertyType

MetaClass getPropertyType(String propertyName)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.