Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY independent_view_definition
          SUBTYPE OF (view_definition);
END_ENTITY; -- independent_view_definition

Entity data types and their attributes

data_type
          name: express_id;
named_type
          (OPT) short_name: STRING;
          (INV) where_rules: SET [0:?] OF where_rule FOR parent_item;
entity_or_view_definition
          generic_supertypes: LIST [0:?] OF UNIQUE entity_or_view_definition;
view_definition
          (RT) generic_supertypes: LIST [0:?] OF UNIQUE view_definition;
          (INV) partitions: SET [1:?] OF view_partition FOR parent;
independent_view_definition
          -

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
named_type
          annotation.target
                    documentation_object
          attribute_mapping.domain
                    attribute_mapping_domain_select
          attribute_mapping.target
                    base_type
          constant_definition.constant_value
                    base_type
          constant_definition.domain
                    base_type
          declaration.definition
                    declaration_type
          dependent_view_definition.domain
                    base_type
          derived_attribute.domain
                    base_type
          domain_equivalent_type.external_type
          domain_equivalent_type.native_type
          explicit_attribute.domain
                    base_type
          generic_attribute_mapping.data_type
          non_extensible_select_type.local_selections
          select_type.local_selections
          select_type.selections
          view_attribute.domain
                    base_type
          where_rule.parent_item
                    type_or_rule
entity_or_view_definition
          attribute.parent
          dependent_source_parameter.extent
                    entity_or_view_definition_or_simple_type
          entity_or_view_definition.generic_supertypes
          source_parameter.extent
          sub_supertype_constraint.generic_supertype
          subtype_expression.generic_operands
                    entity_or_view_or_subtype_expression
view_definition
          map_or_view_partition.parent
                    map_or_view_definition_select
          view_declaration.definition
          view_definition.generic_supertypes
          view_partition.parent
independent_view_definition
          view_attribute.parent

Global rules for this entity data type

          -

public interface EIndependent_view_definition extends EView_definition


public class CIndependent_view_definition implements EIndependent_view_definition


public class AIndependent_view_definition extends AEntity

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