Uses of Class
org.faktorips.runtime.model.type.AssociationKind
-
Packages that use AssociationKind Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.internal.delta org.faktorips.runtime.model.annotation Annotations in Faktor-IPS generated classes that contain information about the design time model.org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types. -
-
Uses of AssociationKind in org.faktorips.runtime
Methods in org.faktorips.runtime that return AssociationKind Modifier and Type Method Description AssociationKindIModelObjectDelta. getAssociationKind()Returns the kind of association if this delta has any incoming association, that means it is part of a composite or the object is associated from another object. -
Uses of AssociationKind in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return AssociationKind Modifier and Type Method Description AssociationKindModelObjectDelta. getAssociationKind()Methods in org.faktorips.runtime.internal with parameters of type AssociationKind Modifier and Type Method Description static ModelObjectDeltaModelObjectDelta. newAddDelta(IModelObject addedObject, java.lang.String association, AssociationKind associationKind, IDeltaComputationOptions options)static ModelObjectDeltaModelObjectDelta. newDifferentObjectAtPositionChangedDelta(IModelObject original, IModelObject refObject, java.lang.String association, AssociationKind associationKind)static ModelObjectDeltaModelObjectDelta. newRemoveDelta(IModelObject removedObject, java.lang.String association, AssociationKind associationKind, IDeltaComputationOptions options)voidModelObjectDelta. setAssociationKind(AssociationKind associationKind) -
Uses of AssociationKind in org.faktorips.runtime.internal.delta
Constructors in org.faktorips.runtime.internal.delta with parameters of type AssociationKind Constructor Description ChildDeltaCreator(java.lang.String association, AssociationKind kind, IDeltaComputationOptions options)Instantiates the creator for the given association name, kind andIDeltaComputationOptions. -
Uses of AssociationKind in org.faktorips.runtime.model.annotation
Methods in org.faktorips.runtime.model.annotation that return AssociationKind Modifier and Type Method Description AssociationKindkind() -
Uses of AssociationKind in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return AssociationKind Modifier and Type Method Description AssociationKindAssociation. getAssociationKind()Returns what kind of association this is.static AssociationKindAssociationKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssociationKind[]AssociationKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-