Esempio n. 1
0
  public void marshall() {
    checkConstraintsEvaluationMode();

    _evaluationModeAsInt = _evaluationMode.asInt();
    Iterator4 i = iterateConstraints();
    while (i.moveNext()) {
      ((QCon) i.current()).getRoot().marshall();
    }
  }