Overview Schemas Index

AP239_PART_DEFINITION_INFORMATION_MIM (jsdai.SAp239_part_definition_information_mim)


ENTITY applied_effectivity_context_assignment
          SUBTYPE OF (effectivity_context_assignment);
          items : SET [1:?] OF product;
END_ENTITY; -- applied_effectivity_context_assignment

Entity data types and their attributes

effectivity_context_assignment
          assigned_effectivity_assignment: effectivity_assignment;
          role: effectivity_context_role;
applied_effectivity_context_assignment
          items: SET [1:?] OF product;

Users

effectivity_context_assignment
applied_effectivity_context_assignment

Global rules for this entity data type

          -

public interface EApplied_effectivity_context_assignment extends EEffectivity_context_assignment

items (explicit attribute)

          boolean testItems(EApplied_effectivity_context_assignment type)
          AProduct getItems(EApplied_effectivity_context_assignment type)
          AProduct createItems(EApplied_effectivity_context_assignment type)
          void unsetItems(EApplied_effectivity_context_assignment type)

public class CApplied_effectivity_context_assignment implements EApplied_effectivity_context_assignment

          static EAttribute attributeItems(EApplied_effectivity_context_assignment type)
          static int usedinItems(EApplied_effectivity_context_assignment type, EProduct instance, ASdaiModel domain, AApplied_effectivity_context_assignment result)

public class AApplied_effectivity_context_assignment extends AEntity

          public EApplied_effectivity_context_assignment getByIndex(int index)
          public EApplied_effectivity_context_assignment getCurrentMember(SdaiIterator it)