Overview Schemas Index

DRAWING_DEFINITION_SCHEMA (jsdai.SDrawing_definition_schema)


ENTITY draughting_title;
          items : SET [1:?] OF draughting_titled_item;
          language : label;
          contents : text;
END_ENTITY; -- draughting_title

Entity data types and their attributes

draughting_title
          items: SET [1:?] OF draughting_titled_item;
          language: label;
          contents: text;

Users

draughting_title
          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
                              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

Global rules for this entity data type

          restrict_drawing (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_draughting_title (AUTOMOTIVE_DESIGN)

public interface EDraughting_title extends EEntity

items (explicit attribute)

          boolean testItems(EDraughting_title type)
          ADraughting_titled_item getItems(EDraughting_title type)
          ADraughting_titled_item createItems(EDraughting_title type)
          void unsetItems(EDraughting_title type)

language (explicit attribute)

          boolean testLanguage(EDraughting_title type)
          String getLanguage(EDraughting_title type)
          void setLanguage(EDraughting_title type, String value)
          void unsetLanguage(EDraughting_title type)

contents (explicit attribute)

          boolean testContents(EDraughting_title type)
          String getContents(EDraughting_title type)
          void setContents(EDraughting_title type, String value)
          void unsetContents(EDraughting_title type)

public class CDraughting_title implements EDraughting_title

          static EAttribute attributeItems(EDraughting_title type)
          static int usedinItems(EDraughting_title type, EEntity instance, ASdaiModel domain, ADraughting_title result)
          static EAttribute attributeLanguage(EDraughting_title type)
          static EAttribute attributeContents(EDraughting_title type)

public class ADraughting_title extends AEntity

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