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