Exemplo n.º 1
0
 /**
  * Set the documentation string.
  *
  * @param value The documentation.
  * @see #getValueAsString()
  */
 public void setValue(String value) {
   try {
     setExpression(value);
   } catch (IllegalActionException e) {
     throw new InternalErrorException(e);
   }
 }