Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


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

Entity data types and their attributes

data_type
          name: express_id;
simple_type
          -
binary_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
binary_type

Global rules for this entity data type

          -

public interface EBinary_type extends ESimple_type

width (explicit attribute)

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

fixed_width (explicit attribute)

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

public class CBinary_type implements EBinary_type

          static EAttribute attributeWidth(EBinary_type type)
          static int usedinWidth(EBinary_type type, EBound instance, ASdaiModel domain, ABinary_type result)
          static EAttribute attributeFixed_width(EBinary_type type)

public class ABinary_type extends AEntity

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