Overview Schemas Index

PRESENTATION_RESOURCE_SCHEMA (jsdai.SPresentation_resource_schema)


ENTITY text_font_family;
          id : identifier;
          name : label;
          description : text;
INVERSE
          fonts : SET [1:?] OF text_font_in_family FOR family;
END_ENTITY; -- text_font_family

Entity data types and their attributes

text_font_family
          id: identifier;
          name: label;
          description: text;
          (INV) fonts: SET [1:?] OF text_font_in_family FOR family;

Users

text_font_family
          text_font_in_family.family

Global rules for this entity data type

          -

public interface EText_font_family extends EEntity

id (explicit attribute)

          boolean testId(EText_font_family type)
          String getId(EText_font_family type)
          void setId(EText_font_family type, String value)
          void unsetId(EText_font_family type)

name (explicit attribute)

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

description (explicit attribute)

          boolean testDescription(EText_font_family type)
          String getDescription(EText_font_family type)
          void setDescription(EText_font_family type, String value)
          void unsetDescription(EText_font_family type)

fonts (inverse attribute)

          AText_font_in_family getFonts(EText_font_family type, ASdaiModel domain)

public class CText_font_family implements EText_font_family

          static EAttribute attributeId(EText_font_family type)
          static EAttribute attributeName(EText_font_family type)
          static EAttribute attributeDescription(EText_font_family type)
          static EAttribute attributeFonts(EText_font_family type)

public class AText_font_family extends AEntity

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