Overview Schemas Index

DOCUMENT_PROPERTIES_XIM (jsdai.SDocument_properties_xim)


TYPE descriptive_or_numerical = SELECT (
          descriptive_document_property,
          numerical_document_property);
END_TYPE; -- descriptive_or_numerical

Users

          document_property_representation.items

public class ADescriptive_or_numerical extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)