Class PackagePrefix


  • public class PackagePrefix
    extends java.lang.Object
    Version:
    $Revision$ $Date$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String prefix
      The generated Java package name with prefix for all files generated for that type
      private java.lang.String type
      The simple name of either a top-level module, or an IDL type defined outside of any module
    • Constructor Summary

      Constructors 
      Constructor Description
      PackagePrefix()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPrefix()  
      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
      • prefix

        private java.lang.String prefix
        The generated Java package name with prefix for all files generated for that type
    • Constructor Detail

      • PackagePrefix

        public PackagePrefix()
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        the name of either a top-level module or IDL type to match to use this prefix
      • getPrefix

        public java.lang.String getPrefix()
        Returns:
        the package name that will applied to all the idl types that match the criteria