Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY text_style
          SUBTYPE OF (founded_item);
          name : label;
          character_appearance : character_style_select;
END_ENTITY; -- text_style

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
text_style
          name: label;
          character_appearance: character_style_select;

Known subtypes

          text_style_with_box_characteristics (PRESENTATION_APPEARANCE_SCHEMA)
          text_style_with_justification (PRESENTATION_APPEARANCE_SCHEMA)
          text_style_with_mirror (PRESENTATION_APPEARANCE_SCHEMA)
          text_style_with_spacing (PRESENTATION_APPEARANCE_SCHEMA)

Users

founded_item
          founded_item.users
                    founded_item_select
text_style
          presentation_style_assignment.styles
                    presentation_style_select

Global rules for this entity data type

          dependent_instantiable_text_style (AUTOMOTIVE_DESIGN)

public interface EText_style extends EFounded_item

name (explicit attribute)

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

character_appearance (explicit attribute)

          int testCharacter_appearance(EText_style type)
          case 1
              EEntity getCharacter_appearance(EText_style type)
              void setCharacter_appearance(EText_style type, EEntity value, EEntity node1)
          void unsetCharacter_appearance(EText_style type)

public class CText_style implements EText_style

          static EAttribute attributeName(EText_style type)
          static EAttribute attributeCharacter_appearance(EText_style type)
          static int usedinCharacter_appearance(EText_style type, EEntity instance, ASdaiModel domain, AText_style result)

public class AText_style extends AEntity

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