Package gnu.CORBA.typecodes

Class Summary

AliasTypeCode The type code that is an alias of another type code.
ArrayTypeCode A TypeCode for arrays.
FixedTypeCode A typecode for CORBA fixed
GeneralTypeCode A typecode for types, requiring to provide various additional properties but still not requiring to store the members of the structure.
PrimitiveTypeCode An information about a primitive CORBA data type (boolean, char, wchar, octet and also signed or unsigned short, long, long long, float and double).
RecordTypeCode The type code that also has the member property getters supported.
RecordTypeCode.Field The individual field of the record.
RecursiveTypeCode The typecode, serving as a placeholder in defining typecodes, containing recursion.
StringTypeCode The typecode for string and wide string.