Overview Schemas Index

LAYER_ASSIGNMENT_XIM (jsdai.SLayer_assignment_xim)


ENTITY layer_armx
          SUBTYPE OF (presentation_layer_assignment);
          SELF\presentation_layer_assignment.name RENAMED id : STRING;
          SELF\presentation_layer_assignment.assigned_items RENAMED layered_elements : SET [1:?] OF representation_item;
END_ENTITY; -- layer_armx

Entity data types and their attributes

presentation_layer_assignment
          name: label;
          description: text;
          assigned_items: SET [1:?] OF layered_item;
layer_armx
          (RT) name->id: STRING;
          (RT) assigned_items->layered_elements: SET [1:?] OF representation_item;

Users

presentation_layer_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
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          invisibility.invisible_items
                    invisible_item
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
          presentation_layer_usage.assignment
          presentation_style_by_context.style_context
                    style_context_select
layer_armx

Global rules for this entity data type

          -

public interface ELayer_armx extends EPresentation_layer_assignment


public class CLayer_armx implements ELayer_armx


public class ALayer_armx extends AEntity

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