ENTITY default_setting_association SUBTYPE OF (property_definition_representation); DERIVE SELF\property_definition_representation.name : label := 'default setting association'; END_ENTITY; -- default_setting_association |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; default_setting_association (RT) (DER) name: label; |
Global rules for this entity data type- |
public interface EDefault_setting_association extends EProperty_definition_representation |
public class CDefault_setting_association implements EDefault_setting_associationstatic EAttribute attributeName(EDefault_setting_association type) |
public class ADefault_setting_association extends AEntitypublic EDefault_setting_association getByIndex(int index)public EDefault_setting_association getCurrentMember(SdaiIterator it) |