Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY int_currency_type
          SUBTYPE OF (int_type);
          currency : OPTIONAL currency_code;
END_ENTITY; -- int_currency_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
int_type
          -
int_currency_type
          (OPT) currency: currency_code;

Users

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type
number_type
int_type
int_currency_type

Global rules for this entity data type

          -

public interface EInt_currency_type extends EInt_type

currency (explicit attribute)

          boolean testCurrency(EInt_currency_type type)
          String getCurrency(EInt_currency_type type)
          void setCurrency(EInt_currency_type type, String value)
          void unsetCurrency(EInt_currency_type type)

public class CInt_currency_type implements EInt_currency_type

          static EAttribute attributeCurrency(EInt_currency_type type)

public class AInt_currency_type extends AEntity

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