java.lang.Object
com.sun.corba.ee.impl.presentation.rmi.IDLType

public class IDLType extends Object
Holds information about the OMG IDL mapping of a Java type.
  • Field Details

    • cl_

      private Class cl_
    • modules_

      private String[] modules_
    • memberName_

      private String memberName_
  • Constructor Details

  • Method Details

    • getJavaClass

      public Class getJavaClass()
    • getModules

      public String[] getModules()
    • makeConcatenatedName

      public String makeConcatenatedName(char separator, boolean fixIDLKeywords)
    • getModuleName

      public String getModuleName()
    • getExceptionName

      public String getExceptionName()
    • getMemberName

      public String 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.