ENTITY syss_characterizable_representation SUBTYPE OF (characterized_object, representation); END_ENTITY; -- syss_characterizable_representation |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; representation name: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; syss_characterizable_representation - |
Global rules for this entity data type- |
public interface ESyss_characterizable_representation extends ECharacterized_object, ERepresentation |
public class CSyss_characterizable_representation implements ESyss_characterizable_representation |
public class ASyss_characterizable_representation extends AEntitypublic ESyss_characterizable_representation getByIndex(int index)public ESyss_characterizable_representation getCurrentMember(SdaiIterator it) |