Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY real_currency_type
          SUBTYPE OF (real_type);
          currency : OPTIONAL currency_code;
END_ENTITY; -- real_currency_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
real_type
          -
real_currency_type
          (OPT) currency: currency_code;

Users: by entity attributes

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type
number_type
real_type
real_currency_type

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

real_currency_type
          -

Global rules for this entity data type

          -

public interface EReal_currency_type extends EReal_type

currency (explicit attribute)

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

public class CReal_currency_type implements EReal_currency_type

          static EAttribute attributeCurrency(EReal_currency_type type)

public class AReal_currency_type extends AEntity

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