KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > DynamicAny > DynEnumOperations

org.omg.DynamicAny
Interface DynEnumOperations

All Superinterfaces:
DynAnyOperations
All Known Subinterfaces:
DynEnum
All Known Implementing Classes:
_DynEnumStub
See Also:
Source Code

String get_as_string()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int get_as_ulong()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_as_string(String value)
                   throws InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_as_ulong(int value)
                  throws InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags