Name

IDLType

Synopsis

IDLType is an extension of IRObject used to represent IDL basic types in the Interface Repository. It allows you to query the TypeCode of the type it represents. See the IRObject interface for more details on the Interface Repository.

                  
public interface IDLType extends IDLTypeOperations, IRObject, org.omg.CORBA.portable.IDLEntity {
}

Implementations

_IDLTypeStub

Passed To

IDLTypeHelper.{insert(), write()}, StructMember.StructMember(), UnionMember.UnionMember(), ValueMember.ValueMember()

Returned By

IDLTypeHelper.{extract(), narrow(), read()}

Type Of

StructMember.type_def, UnionMember.type_def, ValueMember.type_def

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.