Class AssociationCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>
java.lang.Object
org.faktorips.runtime.model.type.read.TypePartCollector<T,D>
org.faktorips.runtime.model.type.read.AssociationCollector<T,D>
- Direct Known Subclasses:
PolicyAssociationCollector,ProductAssociationCollector
public abstract class AssociationCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>
extends TypePartCollector<T,D>
-
Field Summary
Fields inherited from class org.faktorips.runtime.model.type.read.TypePartCollector
NO_NAMES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPart(LinkedHashMap<String, T> result, T part) protected String[]getNames(AnnotatedDeclaration annotatedDeclaration) Methods inherited from class org.faktorips.runtime.model.type.read.TypePartCollector
createDescriptor, createParts, getDescriptor, getDescriptors, initDescriptors, readAnnotations
-
Constructor Details
-
AssociationCollector
-
-
Method Details
-
getNames
- Specified by:
getNamesin classTypePartCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>
-
addPart
- Overrides:
addPartin classTypePartCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>
-