ENTITY risk SUBTYPE OF (product); END_ENTITY; -- risk |
Entity data types and their attributesproductid: identifier; name: label; (OPT) description: text; frame_of_reference: SET [1:?] OF product_context; risk - |
Global rules for this entity data type- |
public interface ERisk extends EProduct |
public class CRisk implements ERisk |
public class ARisk extends AEntitypublic ERisk getByIndex(int index)public ERisk getCurrentMember(SdaiIterator it) |