Class ModelConstants


  • public class ModelConstants
    extends java.lang.Object
    Defines various constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REPORT_VERSION
      The version of the report design.
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • REPORT_VERSION

        public static final java.lang.String REPORT_VERSION
        The version of the report design. Whenever the design is parsed or serialized, the version number is this value.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ModelConstants

        public ModelConstants()