Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY documentation_with_element
          SUBTYPE OF (documentation);
          element : STRING;
END_ENTITY; -- documentation_with_element

Entity data types and their attributes

annotation
          target: documentation_object;
          values: LIST [1:?] OF STRING;
documentation
          -
documentation_with_element
          element: STRING;

Users

annotation
documentation
documentation_with_element

Global rules for this entity data type

          -

public interface EDocumentation_with_element extends EDocumentation

element (explicit attribute)

          boolean testElement(EDocumentation_with_element type)
          String getElement(EDocumentation_with_element type)
          void setElement(EDocumentation_with_element type, String value)
          void unsetElement(EDocumentation_with_element type)

public class CDocumentation_with_element implements EDocumentation_with_element

          static EAttribute attributeElement(EDocumentation_with_element type)

public class ADocumentation_with_element extends AEntity

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