Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY fill_area_style_colour;
          name : label;
          fill_colour : colour;
END_ENTITY; -- fill_area_style_colour

Entity data types and their attributes

fill_area_style_colour
          name: label;
          fill_colour: colour;

Users

fill_area_style_colour
          fill_area_style.fill_styles
                    fill_style_select

Global rules for this entity data type

          dependent_instantiable_fill_area_style_colour (AUTOMOTIVE_DESIGN)

public interface EFill_area_style_colour extends EEntity

name (explicit attribute)

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

fill_colour (explicit attribute)

          boolean testFill_colour(EFill_area_style_colour type)
          EColour getFill_colour(EFill_area_style_colour type)
          void setFill_colour(EFill_area_style_colour type, EColour value)
          void unsetFill_colour(EFill_area_style_colour type)

public class CFill_area_style_colour implements EFill_area_style_colour

          static EAttribute attributeName(EFill_area_style_colour type)
          static EAttribute attributeFill_colour(EFill_area_style_colour type)
          static int usedinFill_colour(EFill_area_style_colour type, EColour instance, ASdaiModel domain, AFill_area_style_colour result)

public class AFill_area_style_colour extends AEntity

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