ENTITY treatment_result SUBTYPE OF (surface_condition); id_x : OPTIONAL STRING; name_x : OPTIONAL STRING; description_x : STRING; purpose : OPTIONAL STRING; DERIVE SELF\representation.description : text := name_x; SELF\representation.id : identifier := id_x; END_ENTITY; -- treatment_result |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; surface_condition (OPT) value_determination: STRING; (RT) (DER) items: SET [1:?] OF representation_item; (RT) (DER) context_of_items: representation_context; (RT) (DER) name: label; treatment_result (OPT) id_x: STRING; (OPT) name_x: STRING; description_x: STRING; (OPT) purpose: STRING; (RT) (DER) description: text; (RT) (DER) id: identifier; |
Global rules for this entity data type- |
public interface ETreatment_result extends ESurface_conditionid_x (explicit attribute)boolean testId_x(ETreatment_result type)String getId_x(ETreatment_result type) void setId_x(ETreatment_result type, String value) void unsetId_x(ETreatment_result type) name_x (explicit attribute)boolean testName_x(ETreatment_result type)String getName_x(ETreatment_result type) void setName_x(ETreatment_result type, String value) void unsetName_x(ETreatment_result type) description_x (explicit attribute)boolean testDescription_x(ETreatment_result type)String getDescription_x(ETreatment_result type) void setDescription_x(ETreatment_result type, String value) void unsetDescription_x(ETreatment_result type) purpose (explicit attribute)boolean testPurpose(ETreatment_result type)String getPurpose(ETreatment_result type) void setPurpose(ETreatment_result type, String value) void unsetPurpose(ETreatment_result type) |
public class CTreatment_result implements ETreatment_resultstatic EAttribute attributeId_x(ETreatment_result type)static EAttribute attributeName_x(ETreatment_result type) static EAttribute attributeDescription_x(ETreatment_result type) static EAttribute attributePurpose(ETreatment_result type) static EAttribute attributeDescription(ETreatment_result type) static EAttribute attributeId(ETreatment_result type) |
public class ATreatment_result extends AEntitypublic ETreatment_result getByIndex(int index)public ETreatment_result getCurrentMember(SdaiIterator it) |