コード例 #1
0
 /**
  * Sets the otherwise node
  *
  * @return the builder
  */
 public ChoiceDefinition otherwise() {
   OtherwiseDefinition answer = new OtherwiseDefinition();
   answer.setParent(this);
   setOtherwise(answer);
   return this;
 }