Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY where_rule;
          label : OPTIONAL express_id;
          parent_item : type_or_rule;
          order : INTEGER;
END_ENTITY; -- where_rule

Entity data types and their attributes

where_rule
          (OPT) label: express_id;
          parent_item: type_or_rule;
          order: INTEGER;

Users

where_rule
          annotation.target
                    documentation_object

Global rules for this entity data type

          -

public interface EWhere_rule extends EEntity

label (explicit attribute)

          boolean testLabel(EWhere_rule type)
          String getLabel(EWhere_rule type)
          void setLabel(EWhere_rule type, String value)
          void unsetLabel(EWhere_rule type)

parent_item (explicit attribute)

          int testParent_item(EWhere_rule type)
          case 1
              EEntity getParent_item(EWhere_rule type)
              void setParent_item(EWhere_rule type, EEntity value, EEntity node1)
          void unsetParent_item(EWhere_rule type)

order (explicit attribute)

          boolean testOrder(EWhere_rule type)
          int getOrder(EWhere_rule type)
          void setOrder(EWhere_rule type, int value)
          void unsetOrder(EWhere_rule type)

public class CWhere_rule implements EWhere_rule

          static EAttribute attributeLabel(EWhere_rule type)
          static EAttribute attributeParent_item(EWhere_rule type)
          static int usedinParent_item(EWhere_rule type, EEntity instance, ASdaiModel domain, AWhere_rule result)
          static EAttribute attributeOrder(EWhere_rule type)

public class AWhere_rule extends AEntity

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