Class Constants


  • final class Constants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_INT_NO_ENTRY_VALUE
      The default value that represents for int types.
    • 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

      • DEFAULT_INT_NO_ENTRY_VALUE

        public static final int DEFAULT_INT_NO_ENTRY_VALUE
        The default value that represents for int types.
    • Constructor Detail

      • Constants

        Constants()