ENTITY curve_style_font_and_scaling SUBTYPE OF (founded_item); name : label; curve_font : curve_style_font_select; curve_font_scaling : REAL; END_ENTITY; -- curve_style_font_and_scaling |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; curve_style_font_and_scaling name: label; curve_font: curve_style_font_select; curve_font_scaling: REAL; |
Global rules for this entity data type- |
public interface ECurve_style_font_and_scaling extends EFounded_itemname (explicit attribute)boolean testName(ECurve_style_font_and_scaling type)String getName(ECurve_style_font_and_scaling type) void setName(ECurve_style_font_and_scaling type, String value) void unsetName(ECurve_style_font_and_scaling type) curve_font (explicit attribute)int testCurve_font(ECurve_style_font_and_scaling type)case 1 EEntity getCurve_font(ECurve_style_font_and_scaling type) void setCurve_font(ECurve_style_font_and_scaling type, EEntity value, EEntity node1) void unsetCurve_font(ECurve_style_font_and_scaling type) curve_font_scaling (explicit attribute)boolean testCurve_font_scaling(ECurve_style_font_and_scaling type)double getCurve_font_scaling(ECurve_style_font_and_scaling type) void setCurve_font_scaling(ECurve_style_font_and_scaling type, double value) void unsetCurve_font_scaling(ECurve_style_font_and_scaling type) |
public class CCurve_style_font_and_scaling implements ECurve_style_font_and_scalingstatic EAttribute attributeName(ECurve_style_font_and_scaling type)static EAttribute attributeCurve_font(ECurve_style_font_and_scaling type) static int usedinCurve_font(ECurve_style_font_and_scaling type, EEntity instance, ASdaiModel domain, ACurve_style_font_and_scaling result) static EAttribute attributeCurve_font_scaling(ECurve_style_font_and_scaling type) |
public class ACurve_style_font_and_scaling extends AEntitypublic ECurve_style_font_and_scaling getByIndex(int index)public ECurve_style_font_and_scaling getCurrentMember(SdaiIterator it) |