Class Constants


  • class Constants
    extends java.lang.Object
    Global configuration constants for the IVML translation.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEBUG
      Creates additional debug output.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DEBUG

        public static final boolean DEBUG
        Creates additional debug output.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        Constants()