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