Overview Schemas Index

MATERIAL_PROPERTY_REPRESENTATION_SCHEMA (jsdai.SMaterial_property_representation_schema)


ENTITY data_environment_relationship;
          name : label;
          description : text;
          relating_data_environment : data_environment;
          related_data_environment : data_environment;
END_ENTITY; -- data_environment_relationship

Entity data types and their attributes

data_environment_relationship
          name: label;
          description: text;
          relating_data_environment: data_environment;
          related_data_environment: data_environment;

Users

data_environment_relationship

Global rules for this entity data type

          -

public interface EData_environment_relationship extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

relating_data_environment (explicit attribute)

          boolean testRelating_data_environment(EData_environment_relationship type)
          EData_environment getRelating_data_environment(EData_environment_relationship type)
          void setRelating_data_environment(EData_environment_relationship type, EData_environment value)
          void unsetRelating_data_environment(EData_environment_relationship type)

related_data_environment (explicit attribute)

          boolean testRelated_data_environment(EData_environment_relationship type)
          EData_environment getRelated_data_environment(EData_environment_relationship type)
          void setRelated_data_environment(EData_environment_relationship type, EData_environment value)
          void unsetRelated_data_environment(EData_environment_relationship type)

public class CData_environment_relationship implements EData_environment_relationship

          static EAttribute attributeName(EData_environment_relationship type)
          static EAttribute attributeDescription(EData_environment_relationship type)
          static EAttribute attributeRelating_data_environment(EData_environment_relationship type)
          static int usedinRelating_data_environment(EData_environment_relationship type, EData_environment instance, ASdaiModel domain, AData_environment_relationship result)
          static EAttribute attributeRelated_data_environment(EData_environment_relationship type)
          static int usedinRelated_data_environment(EData_environment_relationship type, EData_environment instance, ASdaiModel domain, AData_environment_relationship result)

public class AData_environment_relationship extends AEntity

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