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