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