public abstract class BindingTypeHelper extends Object
BindingType
Constructor and Description |
---|
BindingTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static BindingType |
extract(Any any)
Extract the binding type from the given
Any . |
static String |
id()
Return the binding type repository id.
|
static void |
insert(Any any,
BindingType that)
Insert the binding type into the given
Any . |
static BindingType |
read(InputStream istream)
Read the binding type from the CDR input stream.
|
static TypeCode |
type()
Get the type code of this enumeration.
|
static void |
write(OutputStream ostream,
BindingType value)
Write the binding type to the CDR output stream.
|
public BindingTypeHelper()
public static BindingType extract(Any any)
Any
.public static void insert(Any any, BindingType that)
Any
.public static BindingType read(InputStream istream)
public static void write(OutputStream ostream, BindingType value)