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