Class IDLType
java.lang.Object
com.sun.corba.ee.impl.presentation.rmi.IDLType
Holds information about the OMG IDL mapping of a Java type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
True if this type doesn't have a containing module.makeConcatenatedName
(char separator, boolean fixIDLKeywords)
-
Field Details
-
cl_
-
modules_
-
memberName_
-
-
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.- Returns:
- if there is a contained module.
-