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