Package org.oddjob.arooa.reflect
Class BeanViewBean
java.lang.Object
org.oddjob.arooa.reflect.BeanViewBean
- All Implemented Interfaces:
ArooaValue,ValueFactory<BeanView>
<beanView>
properties="variety, colour, taste"
titles="Variety, The Colour", "The Taste"/>
- Author:
- rob
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.oddjob.arooa.types.ValueFactory
ValueFactory.Conversions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperties(String properties) voidtoValue()Provide an instance of the type this is a factory for.
-
Constructor Details
-
BeanViewBean
public BeanViewBean()
-
-
Method Details
-
getProperties
-
setProperties
-
getTitles
-
setTitles
-
toValue
Description copied from interface:ValueFactoryProvide an instance of the type this is a factory for.- Specified by:
toValuein interfaceValueFactory<BeanView>- Returns:
- An instance of the type. May be null.
-