Overview Schemas Index

PRESENTATION_RESOURCE_SCHEMA (jsdai.SPresentation_resource_schema)


ENTITY colour_specification
          SUBTYPE OF (colour);
          name : label;
END_ENTITY; -- colour_specification

Entity data types and their attributes

colour
          -
colour_specification
          name: label;

Complex entities

          colour_associated$colour_specification (PRESENTATION_RESOURCE_SCHEMA)
          colour_rgb (PRESENTATION_RESOURCE_SCHEMA)
          colour_specification$draughting_pre_defined_colour (PRESENTATION_RESOURCE_SCHEMA)
          colour_specification$pre_defined_colour (PRESENTATION_RESOURCE_SCHEMA)
          externally_defined_colour (COLOUR_MIM)

Users

colour
          curve_appearance.colour
          curve_style.curve_colour
          fill_area_style_colour.fill_colour
          fill_area_style_tile_coloured_region.region_colour
          light_source.light_colour
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_203e2
          point_appearance.colour
          point_style.marker_colour
          surface_colour.assigned_colour
          surface_rendering_properties.rendered_colour
          surface_style_reflectance_ambient_diffuse_specular.specular_colour
          surface_style_rendering.surface_colour
          symbol_colour.colour_of_symbol
          text_style_for_defined_font.text_colour
colour_specification
          state_variable_with_colour.associated_colour

Global rules for this entity data type

          subtype_mandatory_colour_specification (AUTOMOTIVE_DESIGN)

public interface EColour_specification extends EColour

name (explicit attribute)

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

public class CColour_specification implements EColour_specification

          static EAttribute attributeName(EColour_specification type)

public class AColour_specification extends AEntity

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