org.omg.CosNaming

Class BindingTypeHelper

public abstract class BindingTypeHelper extends Object

A helper operations of the {@link BindingType}
Method Summary
static BindingTypeextract(Any any)
Extract the binding type from the given {@link Any}.
static Stringid()
Return the binding type repository id.
static voidinsert(Any any, BindingType that)
Insert the binding type into the given {@link Any}.
static BindingTyperead(InputStream istream)
Read the binding type from the CDR input stream.
static TypeCodetype()
Get the type code of this enumeration.
static voidwrite(OutputStream ostream, BindingType value)
Write the binding type to the CDR output stream.

Method Detail

extract

public static BindingType extract(Any any)
Extract the binding type from the given {@link Any}.

id

public static String id()
Return the binding type repository id.

insert

public static void insert(Any any, BindingType that)
Insert the binding type into the given {@link Any}.

read

public static BindingType read(InputStream istream)
Read the binding type from the CDR input stream.

type

public static TypeCode type()
Get the type code of this enumeration.

write

public static void write(OutputStream ostream, BindingType value)
Write the binding type to the CDR output stream.