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