All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ORBPackage.InconsistentTypeCodeHelper
java.lang.Object
|
+----org.omg.CORBA.ORBPackage.InconsistentTypeCodeHelper
- public abstract class InconsistentTypeCodeHelper
- extends Object
- Java Class org.omg.CORBA.ORBPackage.InconsistentTypeCodeHelper
- Source File org/omg/CORBA/ORBPackage/InconsistentTypeCodeHelper.java
- IDL Source File dynany.idl
- IDL Absolute Name ::CORBA::ORB::InconsistentTypeCode
- Repository Identifier IDL:omg.org/CORBA/ORB/InconsistentTypeCode:1.0
IDL definition:
exception InconsistentTypeCode {
};
InconsistentTypeCodeHelper()
-
extract(Any)
-
id()
-
insert(Any, InconsistentTypeCode)
-
read(InputStream)
-
type()
-
write(OutputStream, InconsistentTypeCode)
-
InconsistentTypeCodeHelper
public InconsistentTypeCodeHelper()
read
public static InconsistentTypeCode read(InputStream _input)
write
public static void write(OutputStream _output,
InconsistentTypeCode value)
insert
public static void insert(Any any,
InconsistentTypeCode value)
extract
public static InconsistentTypeCode extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index