See: Description
| Interface | Description |
|---|---|
| SimpleTypePartsReader.ModelElementCreator<T extends ModelElement> |
Creates a new
ModelElement under the given parent element with the given name and
getter method. |
| SimpleTypePartsReader.NameAccessor<C extends Annotation> |
Gets the name of the child element from a method annotated with the
Annotation
C |
| SimpleTypePartsReader.NamesAccessor<A extends Annotation> |
Gets the list of names from the parent class annotated with the
Annotation A |
| Class | Description |
|---|---|
| AnnotationProcessor<T extends Annotation,D> | |
| AssociationCollector<T extends Association,D extends org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor<T>> | |
| AttributeCollector<T extends Attribute,D extends org.faktorips.runtime.model.type.read.AbstractAttributeDescriptor<T>> | |
| PartDescriptor<T extends ModelElement> |
A descriptor for a part which type is specified by the generic type T.
|
| PolicyAssociationCollector | |
| PolicyAttributeCollector | |
| ProductAssociationCollector | |
| ProductAttributeCollector | |
| SimpleTypePartsReader<E extends ModelElement,P extends Annotation,C extends Annotation> |
A simpler
TypePartsReader that creates it's own TypePartCollector for the
case that a ModelElement is defined with annotations on a single getter method and all
child elements are listed in an annotation on their parent element. |
| TableUsageCollector | |
| TypePartCollector<T extends ModelElement,D extends PartDescriptor<T>> | |
| TypePartsReader |
Reads the model parts from a
AnnotatedDeclaration. |
Copyright © 2016. All rights reserved.