Class PackageTranslation


  • public class PackageTranslation
    extends java.lang.Object
    Attributes for performing package translation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String replacementPackage
      The package name to use in place of the specified type
      private java.lang.String type
      The simple name of either a top-level module, or an IDL type defined outside of any module
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReplacementPackage()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        private java.lang.String type
        The simple name of either a top-level module, or an IDL type defined outside of any module
      • replacementPackage

        private java.lang.String replacementPackage
        The package name to use in place of the specified type
    • Constructor Detail

      • PackageTranslation

        public PackageTranslation()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        the name of a top-level module
      • getReplacementPackage

        public java.lang.String getReplacementPackage()
        Returns:
        the package name to replace the module name