Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


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 attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
fill_area_style
          name: label;
          fill_styles: SET [1:?] OF fill_style_select;

Users

founded_item
          founded_item.users
                    founded_item_select
fill_area_style
          character_glyph_style_outline_with_characteristics.characteristics
          curve_style_wide.interior_style
          presentation_style_assignment.styles
                    presentation_style_select
          surface_style_fill_area.fill_area

Global rules for this entity data type

          dependent_instantiable_fill_area_style (AUTOMOTIVE_DESIGN)

public interface EFill_area_style extends EFounded_item

name (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_style

          static 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 AEntity

          public EFill_area_style getByIndex(int index)
          public EFill_area_style getCurrentMember(SdaiIterator it)