Overview Schemas Index

PRODUCT_CLASS_XIM (jsdai.SProduct_class_xim)


TYPE expression_operator = ENUMERATION (
          or_operator,
          and_operator,
          oneof_operator,
          not_operator );
END_TYPE; -- expression_operator

Users

          specification_expression.operation

public final class EExpression_operator

          static final int OR_OPERATOR = 1
          static final int AND_OPERATOR = 2
          static final int ONEOF_OPERATOR = 3
          static final int NOT_OPERATOR = 4
          static String[] values = {"OR_OPERATOR", "AND_OPERATOR", "ONEOF_OPERATOR", "NOT_OPERATOR"}
          static int toInt(String str)
          static String toString(int value)