Overview Schemas Index

MULTI_LINGUISM_MIM (jsdai.SMulti_linguism_mim)


ENTITY attribute_language_assignment
          SUBTYPE OF (attribute_classification_assignment);
          SELF\attribute_classification_assignment.assigned_class : language;
          items : SET [1:?] OF attribute_language_item;
WHERE
          wr1: SELF\attribute_classification_assignment.role.name IN ['primary', 'translated'];
          wr2: SELF\attribute_classification_assignment.attribute_name<> '';
END_ENTITY; -- attribute_language_assignment

Entity data types and their attributes

attribute_classification_assignment
          assigned_class: group;
          attribute_name: label;
          role: classification_role;
attribute_language_assignment
          (RT) assigned_class: language;
          items: SET [1:?] OF attribute_language_item;

Known subtypes

          language_indication (MULTI_LINGUISM_XIM)

Users

attribute_classification_assignment
attribute_language_assignment
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_location_representation_assignment.items
                    location_representation_item
                              prjm_location_representation_item
          issue_reference_mapping.items
                    issue_reference_item
                              im_issue_reference_item
          organization_based_location_representation_with_identification.items
                    location_representation_item
                              prjm_location_representation_item
          product_based_location_identification.items
                    location_representation_item
                              prjm_location_representation_item

Global rules for this entity data type

          restrict_language_assignment_per_attribute (MULTI_LINGUISM_MIM)

public interface EAttribute_language_assignment extends EAttribute_classification_assignment

items (explicit attribute)

          boolean testItems(EAttribute_language_assignment type)
          AAttribute_language_item getItems(EAttribute_language_assignment type)
          AAttribute_language_item createItems(EAttribute_language_assignment type)
          void unsetItems(EAttribute_language_assignment type)

public class CAttribute_language_assignment implements EAttribute_language_assignment

          static EAttribute attributeItems(EAttribute_language_assignment type)
          static int usedinItems(EAttribute_language_assignment type, EEntity instance, ASdaiModel domain, AAttribute_language_assignment result)

public class AAttribute_language_assignment extends AEntity

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