Overview Schemas Index

PRODUCT_CLASS_XIM (jsdai.SProduct_class_xim)


TYPE specification_operand_select = SELECT (
          specification_expression,
          specification);
END_TYPE; -- specification_operand_select

Users

          specification_expression.operand
          specification_inclusion.if_condition
          specification_inclusion.included_specification

public class ASpecification_operand_select 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)