public abstract class QoSError_codeHelper extends Object
| Constructor and Description |
|---|
QoSError_codeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static QoSError_code |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
QoSError_code s) |
static QoSError_code |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
QoSError_code s) |
public static TypeCode type()
public static void insert(Any any, QoSError_code s)
public static QoSError_code extract(Any any)
public static String id()
public static QoSError_code read(InputStream in)
public static void write(OutputStream out, QoSError_code s)
Copyright © 2015 JacORB. All rights reserved.