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