Overview Schemas Index

BASIC_ATTRIBUTE_SCHEMA (jsdai.SBasic_attribute_schema)


ENTITY description_attribute;
          attribute_value : text;
          described_item : description_attribute_select;
END_ENTITY; -- description_attribute

Entity data types and their attributes

description_attribute
          attribute_value: text;
          described_item: description_attribute_select;

Users

description_attribute

Global rules for this entity data type

          -

public interface EDescription_attribute extends EEntity

attribute_value (explicit attribute)

          boolean testAttribute_value(EDescription_attribute type)
          String getAttribute_value(EDescription_attribute type)
          void setAttribute_value(EDescription_attribute type, String value)
          void unsetAttribute_value(EDescription_attribute type)

described_item (explicit attribute)

          int testDescribed_item(EDescription_attribute type)
          case 1
              EEntity getDescribed_item(EDescription_attribute type)
              void setDescribed_item(EDescription_attribute type, EEntity value, EEntity node1)
          void unsetDescribed_item(EDescription_attribute type)

public class CDescription_attribute implements EDescription_attribute

          static EAttribute attributeAttribute_value(EDescription_attribute type)
          static EAttribute attributeDescribed_item(EDescription_attribute type)
          static int usedinDescribed_item(EDescription_attribute type, EEntity instance, ASdaiModel domain, ADescription_attribute result)

public class ADescription_attribute extends AEntity

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