- java.lang.Object
-
- org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
public abstract class TypeMismatchHelper extends Object
org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.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 TypeMismatchHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeMismatch
extract(Any a)
static String
id()
static void
insert(Any a, TypeMismatch that)
static TypeMismatch
read(InputStream istream)
static TypeCode
type()
static void
write(OutputStream ostream, TypeMismatch value)
-
-
-
Method Detail
-
insert
public static void insert(Any a, TypeMismatch that)
-
extract
public static TypeMismatch extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static TypeMismatch read(InputStream istream)
-
write
public static void write(OutputStream ostream, TypeMismatch value)
-
-