public class NO_IMPLEMENTHelper
extends java.lang.Object
| Constructor and Description |
|---|
NO_IMPLEMENTHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NO_IMPLEMENT |
extract(Any a)
Extract NO_IMPLEMENT from an any
|
static java.lang.String |
id()
Return the NO_IMPLEMENT IDL ID
|
static void |
insert(Any a,
NO_IMPLEMENT t)
Insert NO_IMPLEMENT into an any
|
static NO_IMPLEMENT |
read(InputStream istream)
Read NO_IMPLEMENT from a marshalled stream
|
static TypeCode |
type()
Return the NO_IMPLEMENT TypeCode
|
static void |
write(OutputStream ostream,
NO_IMPLEMENT value)
Write NO_IMPLEMENT into a marshalled stream
|
public static void insert(Any a, NO_IMPLEMENT t)
a - an anyt - NO_IMPLEMENT valuepublic static NO_IMPLEMENT extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static NO_IMPLEMENT read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, NO_IMPLEMENT value)
ostream - the output streamvalue - NO_IMPLEMENT value