Uses of Class
com.sun.corba.ee.impl.presentation.rmi.IDLType
Packages that use IDLType
-
Uses of IDLType in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi that return IDLTypeModifier and TypeMethodDescriptionprivate static IDLType
IDLNameTranslatorImpl.classToIDLType
(Class<?> c) IDLTypesUtil.getPrimitiveIDLTypeMapping
(Class c) Return IDL Type name for primitive types as defined in Section 1.3.3 of Java2IDL spec or null if not a primitive type.IDLTypesUtil.getSpecialCaseIDLTypeMapping
(Class c) Return IDL Type name for special case type mappings as defined in Table 1-1 of Java2IDL spec or null if given class is not a special type.