Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY curve_style_font
          SUBTYPE OF (founded_item);
          name : label;
          pattern_list : LIST [1:?] OF curve_style_font_pattern;
END_ENTITY; -- curve_style_font

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
curve_style_font
          name: label;
          pattern_list: LIST [1:?] OF curve_style_font_pattern;

Known subtypes

          curve_font (STYLED_CURVE_XIM)
          curve_style_curve_pattern_set (PRESENTATION_APPEARANCE_SCHEMA)
          curve_style_wide (PRESENTATION_APPEARANCE_SCHEMA)
          user_defined_curve_font (STYLED_CURVE_MIM)

Users

founded_item
          founded_item.users
                    founded_item_select
curve_style_font
          curve_style.curve_font
                    curve_font_or_scaled_curve_font_select
                              curve_style_font_select
          curve_style_font_and_scaling.curve_font
                    curve_style_font_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Global rules for this entity data type

          curve_font_usage (AUTOMOTIVE_DESIGN)

public interface ECurve_style_font extends EFounded_item

name (explicit attribute)

          boolean testName(ECurve_style_font type)
          String getName(ECurve_style_font type)
          void setName(ECurve_style_font type, String value)
          void unsetName(ECurve_style_font type)

pattern_list (explicit attribute)

          boolean testPattern_list(ECurve_style_font type)
          ACurve_style_font_pattern getPattern_list(ECurve_style_font type)
          ACurve_style_font_pattern createPattern_list(ECurve_style_font type)
          void unsetPattern_list(ECurve_style_font type)

public class CCurve_style_font implements ECurve_style_font

          static EAttribute attributeName(ECurve_style_font type)
          static EAttribute attributePattern_list(ECurve_style_font type)
          static int usedinPattern_list(ECurve_style_font type, ECurve_style_font_pattern instance, ASdaiModel domain, ACurve_style_font result)

public class ACurve_style_font extends AEntity

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