Overview Schemas Index

MATERIAL_PROPERTY_REPRESENTATION_SCHEMA (jsdai.SMaterial_property_representation_schema)


ENTITY data_environment;
          name : label;
          description : text;
          elements : SET [1:?] OF property_definition_representation;
END_ENTITY; -- data_environment

Entity data types and their attributes

data_environment
          name: label;
          description: text;
          elements: SET [1:?] OF property_definition_representation;

Known subtypes

          data_environment_armx (GENERIC_MATERIAL_ASPECTS_XIM)

Users

data_environment
          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
          data_environment_relationship.related_data_environment
          data_environment_relationship.relating_data_environment
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          material_property_representation.dependent_environment
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item

Global rules for this entity data type

          restrict_multi_language_for_data_environment (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_data_environment (CATALOG_DATA_INFORMATION_MIM)

public interface EData_environment extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

elements (explicit attribute)

          boolean testElements(EData_environment type)
          AProperty_definition_representation getElements(EData_environment type)
          AProperty_definition_representation createElements(EData_environment type)
          void unsetElements(EData_environment type)

public class CData_environment implements EData_environment

          static EAttribute attributeName(EData_environment type)
          static EAttribute attributeDescription(EData_environment type)
          static EAttribute attributeElements(EData_environment type)
          static int usedinElements(EData_environment type, EProperty_definition_representation instance, ASdaiModel domain, AData_environment result)

public class AData_environment extends AEntity

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