Package org.cyclos.model
Class IterableProperty<T,C extends Iterable<T>,B extends Bean>
- java.lang.Object
-
- org.cyclos.model.Property<C,B>
-
- org.cyclos.model.IterableProperty<T,C,B>
-
- Type Parameters:
T- The element type in the collectionC- The collection type in the beanB- The container Bean type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ListProperty,PageProperty,SetProperty
public abstract class IterableProperty<T,C extends Iterable<T>,B extends Bean> extends Property<C,B>
A base class for collection properties. Contains the element type- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>getElementType()StringgetElementTypeName()-
Methods inherited from class org.cyclos.model.Property
equals, getBeanType, getName, getTextMode, getTrimMode, getType, getTypeName, getValueWhenNull, hashCode, toString
-
-