|
ENTITY predefined_curve_font SUBTYPE OF (draughting_pre_defined_curve_font); SELF\pre_defined_item.name RENAMED curve_font_name : STRING; WHERE wr1: SELF . curve_font_name IN [ 'continuous' , 'chain' , 'chain double dash' , 'dashed' , 'dotted' ] ; END_ENTITY; -- predefined_curve_font |
Entity data types and their attributespre_defined_itemname: label; pre_defined_curve_font - draughting_pre_defined_curve_font - predefined_curve_font (RT) name->curve_font_name: STRING; |
Global rules for this entity data type- |
public interface EPredefined_curve_font extends EDraughting_pre_defined_curve_font |
public class CPredefined_curve_font implements EPredefined_curve_font |
public class APredefined_curve_font extends AEntitypublic EPredefined_curve_font getByIndex(int index)public EPredefined_curve_font getCurrentMember(SdaiIterator it) |