Uses of Enum Class
org.faktorips.runtime.model.type.AssociationKind
Packages that use AssociationKind
Package
Description
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 AssociationKindModifier and TypeMethodDescriptionIModelObjectDelta.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 AssociationKindMethods in org.faktorips.runtime.internal with parameters of type AssociationKindModifier and TypeMethodDescriptionstatic final ModelObjectDeltaModelObjectDelta.newAddDelta(IModelObject addedObject, String association, AssociationKind associationKind, IDeltaComputationOptions options) static final ModelObjectDeltaModelObjectDelta.newDifferentObjectAtPositionChangedDelta(IModelObject original, IModelObject refObject, String association, AssociationKind associationKind) static final ModelObjectDeltaModelObjectDelta.newRemoveDelta(IModelObject removedObject, 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 AssociationKindModifierConstructorDescriptionChildDeltaCreator(String association, AssociationKind kind, IDeltaComputationOptions options) Instantiates the creator for the given association name, kind andIDeltaComputationOptions. -
Uses of AssociationKind in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return AssociationKindModifier and TypeMethodDescriptionAssociation.getAssociationKind()Returns what kind of association this is.static AssociationKindReturns the enum constant of this class with the specified name.static AssociationKind[]AssociationKind.values()Returns an array containing the constants of this enum class, in the order they are declared.