Overview Schemas Index

PRODUCT_DATA_QUALITY_DEFINITION_SCHEMA (jsdai.SProduct_data_quality_definition_schema)


ENTITY software_for_data_quality_check;
          description : text;
          software_name : text;
          software_version : text;
          data_quality : data_quality_definition_representation_relationship;
END_ENTITY; -- software_for_data_quality_check

Entity data types and their attributes

software_for_data_quality_check
          description: text;
          software_name: text;
          software_version: text;
          data_quality: data_quality_definition_representation_relationship;

Users: by entity attributes

software_for_data_quality_check

Users: by defined types, not used by any entity attribute

software_for_data_quality_check
          -

Global rules for this entity data type

          -

public interface ESoftware_for_data_quality_check extends EEntity

description (explicit attribute)

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

software_name (explicit attribute)

          boolean testSoftware_name(ESoftware_for_data_quality_check type)
          String getSoftware_name(ESoftware_for_data_quality_check type)
          void setSoftware_name(ESoftware_for_data_quality_check type, String value)
          void unsetSoftware_name(ESoftware_for_data_quality_check type)

software_version (explicit attribute)

          boolean testSoftware_version(ESoftware_for_data_quality_check type)
          String getSoftware_version(ESoftware_for_data_quality_check type)
          void setSoftware_version(ESoftware_for_data_quality_check type, String value)
          void unsetSoftware_version(ESoftware_for_data_quality_check type)

data_quality (explicit attribute)

          boolean testData_quality(ESoftware_for_data_quality_check type)
          EData_quality_definition_representation_relationship getData_quality(ESoftware_for_data_quality_check type)
          void setData_quality(ESoftware_for_data_quality_check type, EData_quality_definition_representation_relationship value)
          void unsetData_quality(ESoftware_for_data_quality_check type)

public class CSoftware_for_data_quality_check implements ESoftware_for_data_quality_check

          static EAttribute attributeDescription(ESoftware_for_data_quality_check type)
          static EAttribute attributeSoftware_name(ESoftware_for_data_quality_check type)
          static EAttribute attributeSoftware_version(ESoftware_for_data_quality_check type)
          static EAttribute attributeData_quality(ESoftware_for_data_quality_check type)
          static int usedinData_quality(ESoftware_for_data_quality_check type, EData_quality_definition_representation_relationship instance, ASdaiModel domain, ASoftware_for_data_quality_check result)

public class ASoftware_for_data_quality_check extends AEntity

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