ENTITY real_currency_type SUBTYPE OF (real_type); currency : OPTIONAL currency_code; END_ENTITY; -- real_currency_type |
Entity data types and their attributesdata_type- simple_type value_format: value_format_type; number_type - real_type - real_currency_type (OPT) currency: currency_code; |
Users: by entity attributesdata_typedata_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 attributereal_currency_type- |
Global rules for this entity data type- |
public interface EReal_currency_type extends EReal_typecurrency (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_typestatic EAttribute attributeCurrency(EReal_currency_type type) |
public class AReal_currency_type extends AEntitypublic EReal_currency_type getByIndex(int index)public EReal_currency_type getCurrentMember(SdaiIterator it) |