ENTITY prjm_characterizable_representation SUBTYPE OF (characterized_object, representation); END_ENTITY; -- prjm_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; prjm_characterizable_representation - |
Global rules for this entity data type- |
public interface EPrjm_characterizable_representation extends ECharacterized_object, ERepresentation |
public class CPrjm_characterizable_representation implements EPrjm_characterizable_representation |
public class APrjm_characterizable_representation extends AEntitypublic EPrjm_characterizable_representation getByIndex(int index)public EPrjm_characterizable_representation getCurrentMember(SdaiIterator it) |