Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY attribute_value_assignment;
          ABSTRACT SUPERTYPE;
          attribute_name : label;
          attribute_value : attribute_type;
          role : attribute_value_role;
END_ENTITY; -- attribute_value_assignment

Entity data types and their attributes

attribute_value_assignment
          attribute_name: label;
          attribute_value: attribute_type;
          role: attribute_value_role;

Known subtypes

          multi_language_attribute_assignment (MULTI_LINGUISM_MIM)

Users

attribute_value_assignment
          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
          language_indication.considered_instance
                    attribute_language_item
          language_indication.items
                    attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_203e2

Global rules for this entity data type

          -

public interface EAttribute_value_assignment extends EEntity

attribute_name (explicit attribute)

          boolean testAttribute_name(EAttribute_value_assignment type)
          String getAttribute_name(EAttribute_value_assignment type)
          void setAttribute_name(EAttribute_value_assignment type, String value)
          void unsetAttribute_name(EAttribute_value_assignment type)

attribute_value (explicit attribute)

          int testAttribute_value(EAttribute_value_assignment type)
          case sAttribute_valueLabel:
              String getAttribute_value(EAttribute_value_assignment type, ELabel node1)
              void setAttribute_value(EAttribute_value_assignment type, String value, ELabel node1)
          case sAttribute_valueText:
              String getAttribute_value(EAttribute_value_assignment type, EText node1)
              void setAttribute_value(EAttribute_value_assignment type, String value, EText node1)
          void unsetAttribute_value(EAttribute_value_assignment type)

role (explicit attribute)

          boolean testRole(EAttribute_value_assignment type)
          EAttribute_value_role getRole(EAttribute_value_assignment type)
          void setRole(EAttribute_value_assignment type, EAttribute_value_role value)
          void unsetRole(EAttribute_value_assignment type)

public class CAttribute_value_assignment implements EAttribute_value_assignment

          static EAttribute attributeAttribute_name(EAttribute_value_assignment type)
          static EAttribute attributeAttribute_value(EAttribute_value_assignment type)
          static int usedinAttribute_value(EAttribute_value_assignment type, EEntity instance, ASdaiModel domain, AAttribute_value_assignment result)
          static EAttribute attributeRole(EAttribute_value_assignment type)
          static int usedinRole(EAttribute_value_assignment type, EAttribute_value_role instance, ASdaiModel domain, AAttribute_value_assignment result)

public class AAttribute_value_assignment extends AEntity

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