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 attributesmap_or_view_partitionparent: map_or_view_definition_select; name: express_id; (INV) source_parameters: SET [0:?] OF source_parameter FOR parent; |
dependent_map_partition (SDAI_DICTIONARY_SCHEMA) |
map_partition (SDAI_DICTIONARY_SCHEMA) |
view_partition (SDAI_DICTIONARY_SCHEMA) |
Usersmap_or_view_partitionmap_or_view_input_parameter.parent |
Global rules for this entity data type- |
public interface EMap_or_view_partition extends EEntityparent (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_partitionstatic 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 AEntitypublic EMap_or_view_partition getByIndex(int index)public EMap_or_view_partition getCurrentMember(SdaiIterator it) |