setValue method

Syntax
public void setValue( java.lang.String new_value )
Remarks

Sets the value of this String parameter.

Parameters
  • new_value   The value for this String to take.

Example

See: InOutString interface