Package adams.db

Class Conditions

    • Field Detail

      • m_Singleton

        protected static Conditions m_Singleton
        the singleton instance.
      • m_Properties

        protected Properties m_Properties
        the properties file.
    • Method Detail

      • getDefault

        public AbstractConditions getDefault​(AbstractConditions cond)
        Returns the default setup for the given conditions object.
        Parameters:
        cond - the conditions object to return the default setup for
        Returns:
        the default setup
      • getSingleton

        public static Conditions getSingleton()
        Returns the singleton instance. Instantiates it if necessary.
        Returns:
        the singleton instance