ENTITY annotation_fill_area_occurrence SUBTYPE OF (annotation_occurrence); fill_style_target : point; SELF\styled_item.item : annotation_fill_area; END_ENTITY; -- annotation_fill_area_occurrence |
Entity data types and their attributesrepresentation_itemname: label; styled_item styles: SET [1:?] OF presentation_style_assignment; item: representation_item; annotation_occurrence - annotation_fill_area_occurrence fill_style_target: point; (RT) item: annotation_fill_area; |
Global rules for this entity data type- |
public interface EAnnotation_fill_area_occurrence extends EAnnotation_occurrencefill_style_target (explicit attribute)boolean testFill_style_target(EAnnotation_fill_area_occurrence type)EPoint getFill_style_target(EAnnotation_fill_area_occurrence type) void setFill_style_target(EAnnotation_fill_area_occurrence type, EPoint value) void unsetFill_style_target(EAnnotation_fill_area_occurrence type) |
public class CAnnotation_fill_area_occurrence implements EAnnotation_fill_area_occurrencestatic EAttribute attributeFill_style_target(EAnnotation_fill_area_occurrence type)static int usedinFill_style_target(EAnnotation_fill_area_occurrence type, EPoint instance, ASdaiModel domain, AAnnotation_fill_area_occurrence result) |
public class AAnnotation_fill_area_occurrence extends AEntitypublic EAnnotation_fill_area_occurrence getByIndex(int index)public EAnnotation_fill_area_occurrence getCurrentMember(SdaiIterator it) |