Пример #1
0
 /**
  * Turns on or off tracing and directs the resultant trace output Valid values are: "trace",
  * "trace1", "trace2" and "notrace". "trace" and "trace2".
  *
  * @param trace the value to set.
  */
 public void setTrace(TraceAttr trace) {
   this.trace = trace.getValue();
 }