| com.uwyn.rife.ioc.PropertyValueList
PropertyValueList | public class PropertyValueList extends ArrayList (Code) | | An ordered list of property values.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
makePropertyValue | public PropertyValue makePropertyValue() throws PropertyValueException(Code) | | Interpretes the list of property values and make one new property value
out of it.
the new PropertyValue instance since: 1.0 |
|
|