Class Messages


  • public class Messages
    extends java.lang.Object
    This is Messages class generated by Eclipse automatically. Users don't use this class directly.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String BUNDLE_NAME  
      private static java.util.ResourceBundle RESOURCE_BUNDLE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Messages()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getString​(java.lang.String key)  
      • Methods inherited from class java.lang.Object

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

      • RESOURCE_BUNDLE

        private static final java.util.ResourceBundle RESOURCE_BUNDLE
    • Constructor Detail

      • Messages

        private Messages()
    • Method Detail

      • getString

        public static java.lang.String getString​(java.lang.String key)