Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY string_type
          SUBTYPE OF (simple_type);
          width : OPTIONAL bound;
          fixed_width : BOOLEAN;
END_ENTITY; -- string_type

Entity data types and their attributes

data_type
          name: express_id;
simple_type
          -
string_type
          (OPT) width: bound;
          fixed_width: BOOLEAN;

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
simple_type
          attribute_mapping.target
                    base_type
          constant_definition.constant_value
                    base_type
          constant_definition.domain
                    base_type
          defined_type.domain
                    underlying_type
          dependent_source_parameter.extent
                    entity_or_view_definition_or_simple_type
          dependent_view_definition.domain
                    base_type
          derived_attribute.domain
                    base_type
          explicit_attribute.domain
                    base_type
          view_attribute.domain
                    base_type
string_type

Global rules for this entity data type

          -

public interface EString_type extends ESimple_type

width (explicit attribute)

          boolean testWidth(EString_type type)
          EBound getWidth(EString_type type)
          void setWidth(EString_type type, EBound value)
          void unsetWidth(EString_type type)

fixed_width (explicit attribute)

          boolean testFixed_width(EString_type type)
          boolean getFixed_width(EString_type type)
          void setFixed_width(EString_type type, boolean value)
          void unsetFixed_width(EString_type type)

public class CString_type implements EString_type

          static EAttribute attributeWidth(EString_type type)
          static int usedinWidth(EString_type type, EBound instance, ASdaiModel domain, AString_type result)
          static EAttribute attributeFixed_width(EString_type type)

public class AString_type extends AEntity

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