DynFixedpublic interface DynFixed implements org.omg.CORBA.Object, org.omg.CORBA.DynAnyRepresents a DynAny object that is associated
with an IDL fixed type. |
Methods Summary |
---|
public byte[] | get_value()Returns the value of the fixed type represented in this
DynFixed object.
| public void | set_value(byte[] val)Sets the given fixed type instance as the value for this
DynFixed object.
|
|