com.uwyn.rife.ioc
Class PropertyValueList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<PropertyValue>
com.uwyn.rife.ioc.PropertyValueList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<PropertyValue>, Collection<PropertyValue>, List<PropertyValue>, RandomAccess
public class PropertyValueList
- extends ArrayList<PropertyValue>
An ordered list of property values.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
PropertyValueList
public PropertyValueList()
makePropertyValue
public PropertyValue makePropertyValue()
throws PropertyValueException
- Interpretes the list of property values and make one new property value
out of it.
- Returns:
- the new
PropertyValue instance
- Throws:
PropertyValueException- Since:
- 1.0
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.