Package com.exedio.cope.pattern
Class AbstractListField<E>
java.lang.Object
com.exedio.cope.Feature
com.exedio.cope.Pattern
com.exedio.cope.pattern.AbstractListField<E>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LimitedListField
,ListField
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FunctionField<E>
int
abstract void
set
(Item item, Collection<? extends E> value) final void
setAndCast
(Item item, Collection<?> value) Methods inherited from class com.exedio.cope.Pattern
addSource, addSource, addSource, addSource, addSourceFeature, addSourceFeature, addSourceFeature, annotationField, equals, getGeneratedTypes, getSourceFeatures, getSourceFeaturesGather, getSourceFields, getSources, getSourceTypes, getType, hashCode, initialize, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newType, newType, onMount, registerSource
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
Constructor Details
-
AbstractListField
public AbstractListField()
-
-
Method Details
-
getElement
-
getMaximumSize
public int getMaximumSize() -
get
-
set
-
setAndCast
-