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