Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY supplier_bsu_relationship;
          ABSTRACT SUPERTYPE;
          relating_supplier : supplier_element;
          related_tokens : SET [1:?] OF supplier_related_bsu;
END_ENTITY; -- supplier_bsu_relationship

Entity data types and their attributes

supplier_bsu_relationship
          relating_supplier: supplier_element;
          related_tokens: SET [1:?] OF supplier_related_bsu;

Users

supplier_bsu_relationship

Global rules for this entity data type

          -

public interface ESupplier_bsu_relationship extends EEntity

relating_supplier (explicit attribute)

          boolean testRelating_supplier(ESupplier_bsu_relationship type)
          ESupplier_element getRelating_supplier(ESupplier_bsu_relationship type)
          void setRelating_supplier(ESupplier_bsu_relationship type, ESupplier_element value)
          void unsetRelating_supplier(ESupplier_bsu_relationship type)

related_tokens (explicit attribute)

          boolean testRelated_tokens(ESupplier_bsu_relationship type)
          ASupplier_related_bsu getRelated_tokens(ESupplier_bsu_relationship type)
          ASupplier_related_bsu createRelated_tokens(ESupplier_bsu_relationship type)
          void unsetRelated_tokens(ESupplier_bsu_relationship type)

public class CSupplier_bsu_relationship implements ESupplier_bsu_relationship

          static EAttribute attributeRelating_supplier(ESupplier_bsu_relationship type)
          static int usedinRelating_supplier(ESupplier_bsu_relationship type, ESupplier_element instance, ASdaiModel domain, ASupplier_bsu_relationship result)
          static EAttribute attributeRelated_tokens(ESupplier_bsu_relationship type)
          static int usedinRelated_tokens(ESupplier_bsu_relationship type, ESupplier_related_bsu instance, ASdaiModel domain, ASupplier_bsu_relationship result)

public class ASupplier_bsu_relationship extends AEntity

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