Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY view_partition_attribute;
          parent_view_attribute : view_attribute;
          related_partition : view_partition;
END_ENTITY; -- view_partition_attribute

Entity data types and their attributes

view_partition_attribute
          parent_view_attribute: view_attribute;
          related_partition: view_partition;

Users

view_partition_attribute

Global rules for this entity data type

          -

public interface EView_partition_attribute extends EEntity

parent_view_attribute (explicit attribute)

          boolean testParent_view_attribute(EView_partition_attribute type)
          EView_attribute getParent_view_attribute(EView_partition_attribute type)
          void setParent_view_attribute(EView_partition_attribute type, EView_attribute value)
          void unsetParent_view_attribute(EView_partition_attribute type)

related_partition (explicit attribute)

          boolean testRelated_partition(EView_partition_attribute type)
          EView_partition getRelated_partition(EView_partition_attribute type)
          void setRelated_partition(EView_partition_attribute type, EView_partition value)
          void unsetRelated_partition(EView_partition_attribute type)

public class CView_partition_attribute implements EView_partition_attribute

          static EAttribute attributeParent_view_attribute(EView_partition_attribute type)
          static int usedinParent_view_attribute(EView_partition_attribute type, EView_attribute instance, ASdaiModel domain, AView_partition_attribute result)
          static EAttribute attributeRelated_partition(EView_partition_attribute type)
          static int usedinRelated_partition(EView_partition_attribute type, EView_partition instance, ASdaiModel domain, AView_partition_attribute result)

public class AView_partition_attribute extends AEntity

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