ENTITY ds_characterizable_representation_context SUBTYPE OF (characterized_object, representation_context); END_ENTITY; -- ds_characterizable_representation_context |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; representation_context context_identifier: identifier; context_type: text; (INV) representations_in_context: SET [1:?] OF representation FOR context_of_items; ds_characterizable_representation_context - |
Global rules for this entity data type- |
public interface EDs_characterizable_representation_context extends ECharacterized_object, ERepresentation_context |
public class CDs_characterizable_representation_context implements EDs_characterizable_representation_context |
public class ADs_characterizable_representation_context extends AEntitypublic EDs_characterizable_representation_context getByIndex(int index)public EDs_characterizable_representation_context getCurrentMember(SdaiIterator it) |