ENTITY change__action_relationship SUBTYPE OF (action_relationship); description_x : OPTIONAL string_select; described_change : change_relationship_select; DERIVE SELF\action_relationship.description : text := ?; END_ENTITY; -- change__action_relationship |
Entity data types and their attributesaction_relationshipname: label; (OPT) description: text; relating_action: action; related_action: action; change__action_relationship (OPT) description_x: string_select; described_change: change_relationship_select; (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface EChange__action_relationship extends EAction_relationshipdescription_x (explicit attribute)int testDescription_x(EChange__action_relationship type)case 1 EEntity getDescription_x(EChange__action_relationship type) void setDescription_x(EChange__action_relationship type, EEntity value, EEntity node1) case sDescription_xDefault_language_string: String getDescription_x(EChange__action_relationship type, EDefault_language_string node1) void setDescription_x(EChange__action_relationship type, String value, EDefault_language_string node1) void unsetDescription_x(EChange__action_relationship type) described_change (explicit attribute)int testDescribed_change(EChange__action_relationship type)case 1 EEntity getDescribed_change(EChange__action_relationship type) void setDescribed_change(EChange__action_relationship type, EEntity value, EEntity node1) void unsetDescribed_change(EChange__action_relationship type) |
public class CChange__action_relationship implements EChange__action_relationshipstatic EAttribute attributeDescription_x(EChange__action_relationship type)static int usedinDescription_x(EChange__action_relationship type, EEntity instance, ASdaiModel domain, AChange__action_relationship result) static EAttribute attributeDescribed_change(EChange__action_relationship type) static int usedinDescribed_change(EChange__action_relationship type, EEntity instance, ASdaiModel domain, AChange__action_relationship result) static EAttribute attributeDescription(EChange__action_relationship type) |
public class AChange__action_relationship extends AEntitypublic EChange__action_relationship getByIndex(int index)public EChange__action_relationship getCurrentMember(SdaiIterator it) |