javax.rad.bean
Interface IReadBean

All Known Subinterfaces:
IBean
All Known Implementing Classes:
DynamicBean

public interface IReadBean

The definition of a default Bean interface. It has to give access to the property methods with generic get method.


Method Summary
 Object get(String pPropertyName)
          Gets the value of the property name.
 String[] getPropertyNames()
          Gets the property names available by this bean.
 

Method Detail

getPropertyNames

String[] getPropertyNames()
Gets the property names available by this bean.

Returns:
the property names.

get

Object get(String pPropertyName)
Gets the value of the property name. The property name can be written in dot notation for accessing sub beans.

Parameters:
pPropertyName - the property name.
Returns:
the value of the property name.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.