|
ENTITY currency ABSTRACT SUPERTYPE SUBTYPE OF (context_dependent_unit); WHERE wr1: ( ( SELF \ named_unit . dimensions . length_exponent = 0.0 ) AND ( SELF \ named_unit . dimensions . mass_exponent = 0.0 ) AND ( SELF \ named_unit . dimensions . time_exponent = 0.0 ) AND ( SELF \ named_unit . dimensions . electric_current_exponent = 0.0 ) AND ( SELF \ named_unit . dimensions . thermodynamic_temperature_exponent = 0.0 ) AND ( SELF \ named_unit . dimensions . amount_of_substance_exponent = 0.0 ) AND ( SELF \ named_unit . dimensions . luminous_intensity_exponent = 0.0 ) ) ; END_ENTITY; -- currency |
Entity data types and their attributesnamed_unitdimensions: dimensional_exponents; context_dependent_unit name: label; currency - |
| externally_defined_currency (EXTERNAL_CURRENCY_MIM) |
| iso4217_currency (CURRENCY_MIM) |
| currency_subtypes (EXTERNAL_CURRENCY_MIM) |
Global rules for this entity data type- |
public interface ECurrency extends EContext_dependent_unit |
public class CCurrency implements ECurrency |
public class ACurrency extends AEntitypublic ECurrency getByIndex(int index)public ECurrency getCurrentMember(SdaiIterator it) |