Class PolicyAssociationCollector.PolicyAssociationDescriptor
- java.lang.Object
-
- org.faktorips.runtime.model.type.read.PartDescriptor<P>
-
- org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor<PolicyAssociation>
-
- org.faktorips.runtime.model.type.read.PolicyAssociationCollector.PolicyAssociationDescriptor
-
- Enclosing class:
- PolicyAssociationCollector
protected static class PolicyAssociationCollector.PolicyAssociationDescriptor extends AbstractAssociationDescriptor<PolicyAssociation>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPolicyAssociationDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyAssociationcreateValid(Type type)voidsetRemoveMethod(java.lang.reflect.Method removeMethod)-
Methods inherited from class org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor
create, getAddMethod, getAnnotatedElement, getRemoveMethod, isValid, setAddMethod, setAnnotatedElement
-
Methods inherited from class org.faktorips.runtime.model.type.read.PartDescriptor
getName, setName
-
-
-
-
Method Detail
-
createValid
public PolicyAssociation createValid(Type type)
- Specified by:
createValidin classAbstractAssociationDescriptor<PolicyAssociation>
-
setRemoveMethod
public void setRemoveMethod(java.lang.reflect.Method removeMethod)
- Overrides:
setRemoveMethodin classAbstractAssociationDescriptor<PolicyAssociation>
-
-