FileDocCategorySizeDatePackage
DynFixed.javaAPI DocJava SE 5 API1089Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

DynFixed

public interface DynFixed implements org.omg.CORBA.Object, org.omg.CORBA.DynAny
Represents a DynAny object that is associated with an IDL fixed type.
deprecated
Use the new DynFixed instead

Fields Summary
Constructors Summary
Methods Summary
public byte[]get_value()
Returns the value of the fixed type represented in this DynFixed object.

return
the value as a byte array
see
#set_value

public voidset_value(byte[] val)
Sets the given fixed type instance as the value for this DynFixed object.

param
val the value of the fixed type as a byte array
throws
org.omg.CORBA.DynAnyPackage.InvalidValue if the given argument is bad
see
#get_value