org.omg.CORBA
public abstract class DefinitionKindHelper extends Object
Constructor and Description |
---|
DefinitionKindHelper() |
Modifier and Type | Method and Description |
---|---|
static DefinitionKind |
extract(Any a)
Extract the definition kind from the given Any.
|
static String |
id()
Get the definition kind repository id.
|
static void |
insert(Any a,
DefinitionKind that)
Insert the definition kind into the given Any.
|
static DefinitionKind |
read(InputStream istream)
Read the definitin kind (as int) from the CDR intput stream.
|
static TypeCode |
type()
Get the definition kind typecode (enumeration, named "DefinitionKind").
|
static void |
write(OutputStream ostream,
DefinitionKind value)
Write the definition kind (as int) to the CDR output stream.
|
public DefinitionKindHelper()
public static void insert(Any a, DefinitionKind that)
public static DefinitionKind extract(Any a)
public static TypeCode type()
public static String id()
public static DefinitionKind read(InputStream istream)
istream
- a stream to read from.public static void write(OutputStream ostream, DefinitionKind value)
ostream
- a stream to write into.value
- a value to write.