org.omg.CORBA
Class CODESET_INCOMPATIBLEHelper
java.lang.Object
|
+--org.omg.CORBA.CODESET_INCOMPATIBLEHelper
- public class CODESET_INCOMPATIBLEHelper
- extends java.lang.Object
Helper class for : CODESET_INCOMPATIBLE
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CODESET_INCOMPATIBLEHelper
public CODESET_INCOMPATIBLEHelper()
insert
public static void insert(Any a,
CODESET_INCOMPATIBLE t)
- Insert CODESET_INCOMPATIBLE into an any
- Parameters:
a
- an anyt
- CODESET_INCOMPATIBLE value
extract
public static CODESET_INCOMPATIBLE extract(Any a)
- Extract CODESET_INCOMPATIBLE from an any
- Parameters:
a
- an any- Returns:
- the extracted CODESET_INCOMPATIBLE value
type
public static TypeCode type()
- Return the CODESET_INCOMPATIBLE TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the CODESET_INCOMPATIBLE IDL ID
- Returns:
- an ID
read
public static CODESET_INCOMPATIBLE read(InputStream istream)
- Read CODESET_INCOMPATIBLE from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed CODESET_INCOMPATIBLE value
write
public static void write(OutputStream ostream,
CODESET_INCOMPATIBLE value)
- Write CODESET_INCOMPATIBLE into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- CODESET_INCOMPATIBLE value