| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.DynamicAny.DynEnumHelper
Helper class for : DynEnum
| Constructor Summary | |
| DynEnumHelper() | |
| Method Summary | |
| static DynEnum | extract(Any a)Extract DynEnum from an any | 
| static java.lang.String | id()Return the DynEnum IDL ID | 
| static void | insert(Any a,
       DynEnum t)Insert DynEnum into an any | 
| static DynEnum | narrow(Object obj)Narrow CORBA::Object to DynEnum | 
| static DynEnum | read(InputStream istream)Read DynEnum from a marshalled stream | 
| static TypeCode | type()Return the DynEnum TypeCode | 
| static DynEnum | unchecked_narrow(Object obj)Unchecked Narrow CORBA::Object to DynEnum | 
| static void | write(OutputStream ostream,
      DynEnum value)Write DynEnum into a marshalled stream | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DynEnumHelper()
| Method Detail | 
public static void insert(Any a,
                          DynEnum t)
a - an anyt - DynEnum valuepublic static DynEnum extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static DynEnum read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
                         DynEnum value)
ostream - the output streamvalue - DynEnum valuepublic static DynEnum narrow(Object obj)
obj - the CORBA Objectpublic static DynEnum unchecked_narrow(Object obj)
obj - the CORBA Object| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||