Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY supplier_element
          SUBTYPE OF (dictionary_element);
          SELF\dictionary_element.identified_by : supplier_bsu;
          org : organization;
          addr : address;
INVERSE
          associated_items : SET [0:?] OF supplier_bsu_relationship FOR relating_supplier;
END_ENTITY; -- supplier_element

Entity data types and their attributes

dictionary_element
          identified_by: basic_semantic_unit;
          (OPT) time_stamps: dates;
          revision: revision_type;
supplier_element
          (RT) identified_by: supplier_bsu;
          org: organization;
          addr: address;
          (INV) associated_items: SET [0:?] OF supplier_bsu_relationship FOR relating_supplier;

Users

dictionary_element
supplier_element
          supplier_bsu_relationship.relating_supplier

Global rules for this entity data type

          -

public interface ESupplier_element extends EDictionary_element

org (explicit attribute)

          boolean testOrg(ESupplier_element type)
          EOrganization getOrg(ESupplier_element type)
          void setOrg(ESupplier_element type, EOrganization value)
          void unsetOrg(ESupplier_element type)

addr (explicit attribute)

          boolean testAddr(ESupplier_element type)
          EAddress getAddr(ESupplier_element type)
          void setAddr(ESupplier_element type, EAddress value)
          void unsetAddr(ESupplier_element type)

associated_items (inverse attribute)

          ASupplier_bsu_relationship getAssociated_items(ESupplier_element type, ASdaiModel domain)

public class CSupplier_element implements ESupplier_element

          static EAttribute attributeOrg(ESupplier_element type)
          static int usedinOrg(ESupplier_element type, EOrganization instance, ASdaiModel domain, ASupplier_element result)
          static EAttribute attributeAddr(ESupplier_element type)
          static int usedinAddr(ESupplier_element type, EAddress instance, ASdaiModel domain, ASupplier_element result)
          static EAttribute attributeAssociated_items(ESupplier_element type)

public class ASupplier_element extends AEntity

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