Returns the value of the fixed type represented in this
DynFixed object.
Returns the value of the fixed type represented in this DynFixed object.
Returns:
the value as a byte array
See Also:DynFixed.set_value(byte[]),
public void
set_value
(byte[] val)
throws
InvalidValue
Sets the given fixed type instance as the value for this
DynFixed object.
Sets the given fixed type instance as the value for this DynFixed object.
Parameters: - val - the value of the fixed type as a byte array
Throws: - org.omg.CORBA.DynAnyPackage.InvalidValue - if the given
argument is bad
See Also:DynFixed.get_value(),