KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > DynFixed

org.omg.CORBA
Interface DynFixed

All Superinterfaces:
DynAny, Object
See Also:
Source Code, @Deprecated

byte[] get_value()
See Also:
set_value(byte[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_value(byte[] val)
               throws InvalidValue
See Also:
get_value()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags