Package jmri

Interface Metadata


  • public interface Metadata
    Meta data concerning the JMRI application.

    Meta data is static information concerning the JMRI application. This class provides a single container for listing and storing JMRI meta data.


    This file is part of JMRI.

    JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.

    JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static java.lang.String getBySystemName​(java.lang.String name)
      Return the value of the named meta data, or any valid system property.
      static java.lang.String[] getSystemNameArray()
      An array of known meta data names.
      static java.util.List<java.lang.String> getSystemNameList()
      Get the list of known meta-data names.