ContentsIndexHome
PreviousUpNext
setValue Method

Sets the scalar data to the specified value.

Sets the scalar data to the specified value. Applies to element valued scalars only.

void setValue(IElement value);

 

Sets the scalar data to the specified value. Applies to string valued scalars, and element scalars of which the range is a not subset of Integers.

void setValue(String value);

 

Sets the scalar data to the specified value. Applies to double valued scalars only.

void setValue(double value);

 

Sets the scalar data to the specified value. Applies to integer and double valued scalars, and element scalars of which the range is a subset of Integers.

void setValue(int value);