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