J-Integra® Espresso Programming Documentation (API)

Any.insert_TypeCode Method

Returns type information for the element contained in this Any object.

Ics.CORBA.TypeCode type();

Parameters

none

Return Value

the TypeCode object containing type information about the value contained in this Any object.

Remarks

none

Exceptions

none

 


Sets the given TypeCode for this Any object.

void type(
 Ics.CORBA.TypeCode t
);

Parameters

t
the TypeCode to insert into this Any object.

Return Value

none

Remarks

none

Exceptions

none

See Also

Any Interface | Any Members | Ics Namespace