Class IDLType
java.lang.Object
com.sun.corba.se.impl.presentation.rmi.IDLType
Holds information about the OMG IDL mapping of a Java type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]booleanTrue if this type doesn't have a containing module.makeConcatenatedName(char separator, boolean fixIDLKeywords)
-
Constructor Details
-
IDLType
-
IDLType
-
-
Method Details
-
getJavaClass
-
getModules
-
makeConcatenatedName
-
getModuleName
-
getExceptionName
-
getMemberName
-
hasModule
public boolean hasModule()True if this type doesn't have a containing module. This would be true of a java type defined in the default package or a primitive.
-