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