Package org.cyclos.model
Class ListProperty<T,B extends Bean>
- java.lang.Object
-
- org.cyclos.model.Property<C,B>
-
- org.cyclos.model.IterableProperty<T,List<T>,B>
-
- org.cyclos.model.ListProperty<T,B>
-
- Type Parameters:
T- The element typeB- The container Bean type
- All Implemented Interfaces:
Serializable
public final class ListProperty<T,B extends Bean> extends IterableProperty<T,List<T>,B>
A property for lists. Contains the element type- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<List>getTypeForAccessorAndMutator()static Class<ArrayList>getTypeForDeclaration()-
Methods inherited from class org.cyclos.model.IterableProperty
getElementType, getElementTypeName
-
Methods inherited from class org.cyclos.model.Property
equals, getBeanType, getName, getTextMode, getTrimMode, getType, getTypeName, getValueWhenNull, hashCode, toString
-
-