|
ENTITY fill_area_style SUBTYPE OF (founded_item); name : label; fill_styles : SET [1:?] OF fill_style_select; WHERE wr1: SIZEOF ( QUERY ( fill_style <* SELF . fill_styles | 'presentation_appearance_schema.' + 'fill_area_style_colour' IN TYPEOF ( fill_style ) ) ) <= 1 ; END_ENTITY; -- fill_area_style |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; fill_area_style name: label; fill_styles: SET [1:?] OF fill_style_select; |
Global rules for this entity data typedependent_instantiable_fill_area_style (AUTOMOTIVE_DESIGN) |
public interface EFill_area_style extends EFounded_itemname (explicit attribute)boolean testName(EFill_area_style type)String getName(EFill_area_style type) void setName(EFill_area_style type, String value) void unsetName(EFill_area_style type) fill_styles (explicit attribute)boolean testFill_styles(EFill_area_style type)AFill_style_select getFill_styles(EFill_area_style type) AFill_style_select createFill_styles(EFill_area_style type) void unsetFill_styles(EFill_area_style type) |
public class CFill_area_style implements EFill_area_stylestatic EAttribute attributeName(EFill_area_style type)static EAttribute attributeFill_styles(EFill_area_style type) static int usedinFill_styles(EFill_area_style type, EEntity instance, ASdaiModel domain, AFill_area_style result) |
public class AFill_area_style extends AEntitypublic EFill_area_style getByIndex(int index)public EFill_area_style getCurrentMember(SdaiIterator it) |