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