Frames | No Frames |
Classes implementing org.omg.DynamicAny.DynEnum | |
class | Our implementation of dynamic enumeration.
|
Methods with return type org.omg.DynamicAny.DynEnum | |
DynEnum | Create enumeration.
|
Classes implementing org.omg.DynamicAny.DynEnum | |
class | Should provide support for remote invocation of methods on DynEnum. |
Methods with parameter type org.omg.DynamicAny.DynEnum | |
void | Insert the DynEnum into the given Any.
|
void | This should read DynEnum from the CDR input stream, but (following the JDK
1.5 API) it does not.
|
Methods with return type org.omg.DynamicAny.DynEnum | |
DynEnum | Extract the DynEnum from given Any.
|
DynEnum | Cast the passed object into the DynEnum. |
DynEnum | This should read DynEnum from the CDR input stream, but (following the JDK
1.5 API) it does not.
|
DynEnum | Narrow the given object to the DynEnum. |