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