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