Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY map_or_view_partition
          ABSTRACT SUPERTYPE OF (ONEOF (map_partition, dependent_map_partition, view_partition));
          parent : map_or_view_definition_select;
          name : express_id;
INVERSE
          source_parameters : SET [0:?] OF source_parameter FOR parent;
END_ENTITY; -- map_or_view_partition

Entity data types and their attributes

map_or_view_partition
          parent: map_or_view_definition_select;
          name: express_id;
          (INV) source_parameters: SET [0:?] OF source_parameter FOR parent;

Known subtypes

          dependent_map_partition (SDAI_DICTIONARY_SCHEMA)
          map_partition (SDAI_DICTIONARY_SCHEMA)
          view_partition (SDAI_DICTIONARY_SCHEMA)

Users

map_or_view_partition
          map_or_view_input_parameter.parent

Global rules for this entity data type

          -

public interface EMap_or_view_partition extends EEntity

parent (explicit attribute)

          int testParent(EMap_or_view_partition type)
          case 1
              EEntity getParent(EMap_or_view_partition type)
              void setParent(EMap_or_view_partition type, EEntity value, EEntity node1)
          void unsetParent(EMap_or_view_partition type)

name (explicit attribute)

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

source_parameters (inverse attribute)

          ASource_parameter getSource_parameters(EMap_or_view_partition type, ASdaiModel domain)

public class CMap_or_view_partition implements EMap_or_view_partition

          static EAttribute attributeParent(EMap_or_view_partition type)
          static int usedinParent(EMap_or_view_partition type, EEntity instance, ASdaiModel domain, AMap_or_view_partition result)
          static EAttribute attributeName(EMap_or_view_partition type)
          static EAttribute attributeSource_parameters(EMap_or_view_partition type)

public class AMap_or_view_partition extends AEntity

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