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