- java.lang.Object
-
- org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
public abstract class InconsistentTypeCodeHelper extends Object
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /u/iris/se/ten/spec/jdk10/src/java.corba/share/classes/org/omg/DynamicAny/DynamicAny.idl Thursday, February 1, 2018 at 9:31:22 PM Pacific Standard Time
-
-
Constructor Summary
Constructors Constructor Description InconsistentTypeCodeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InconsistentTypeCode
extract(Any a)
static String
id()
static void
insert(Any a, InconsistentTypeCode that)
static InconsistentTypeCode
read(InputStream istream)
static TypeCode
type()
static void
write(OutputStream ostream, InconsistentTypeCode value)
-
-
-
Method Detail
-
insert
public static void insert(Any a, InconsistentTypeCode that)
-
extract
public static InconsistentTypeCode extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static InconsistentTypeCode read(InputStream istream)
-
write
public static void write(OutputStream ostream, InconsistentTypeCode value)
-
-