Overview Schemas Index

EFFECTIVITY_SCHEMA (jsdai.SEffectivity_schema)


ENTITY effectivity_relationship;
          name : label;
          description : OPTIONAL text;
          related_effectivity : effectivity;
          relating_effectivity : effectivity;
END_ENTITY; -- effectivity_relationship

Entity data types and their attributes

effectivity_relationship
          name: label;
          (OPT) description: text;
          related_effectivity: effectivity;
          relating_effectivity: effectivity;

Users

effectivity_relationship
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_padi_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_203e2
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1

Global rules for this entity data type

          restrict_effectivity_for_effectivity_relationship (AUTOMOTIVE_DESIGN)
          restrict_effectivity_for_effectivity_relationship (CATALOG_DATA_INFORMATION_MIM)
          restrict_multi_language_for_effectivity_relationship (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_effectivity_relationship (CATALOG_DATA_INFORMATION_MIM)

public interface EEffectivity_relationship extends EEntity

name (explicit attribute)

          boolean testName(EEffectivity_relationship type)
          String getName(EEffectivity_relationship type)
          void setName(EEffectivity_relationship type, String value)
          void unsetName(EEffectivity_relationship type)

description (explicit attribute)

          boolean testDescription(EEffectivity_relationship type)
          String getDescription(EEffectivity_relationship type)
          void setDescription(EEffectivity_relationship type, String value)
          void unsetDescription(EEffectivity_relationship type)

related_effectivity (explicit attribute)

          boolean testRelated_effectivity(EEffectivity_relationship type)
          EEffectivity getRelated_effectivity(EEffectivity_relationship type)
          void setRelated_effectivity(EEffectivity_relationship type, EEffectivity value)
          void unsetRelated_effectivity(EEffectivity_relationship type)

relating_effectivity (explicit attribute)

          boolean testRelating_effectivity(EEffectivity_relationship type)
          EEffectivity getRelating_effectivity(EEffectivity_relationship type)
          void setRelating_effectivity(EEffectivity_relationship type, EEffectivity value)
          void unsetRelating_effectivity(EEffectivity_relationship type)

public class CEffectivity_relationship implements EEffectivity_relationship

          static EAttribute attributeName(EEffectivity_relationship type)
          static EAttribute attributeDescription(EEffectivity_relationship type)
          static EAttribute attributeRelated_effectivity(EEffectivity_relationship type)
          static int usedinRelated_effectivity(EEffectivity_relationship type, EEffectivity instance, ASdaiModel domain, AEffectivity_relationship result)
          static EAttribute attributeRelating_effectivity(EEffectivity_relationship type)
          static int usedinRelating_effectivity(EEffectivity_relationship type, EEffectivity instance, ASdaiModel domain, AEffectivity_relationship result)

public class AEffectivity_relationship extends AEntity

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