Class SMSubConfig

    • Constructor Detail

      • SMSubConfig

        public SMSubConfig​(String id,
                           String name,
                           String type,
                           String localizedName,
                           boolean hidden)
        Creates an instance of SMSubConfig.
        Parameters:
        id - ID of the sub configuration.
        name - Name of the sub configuration.
        type - Type of the sub configuration.
        localizedName - The localized name of the sub configuration.
        hidden - Whether or not the sub configuration should be displayed in the console.
      • SMSubConfig

        public SMSubConfig​(String id,
                           String name,
                           String type)
        Creates an instance of SMSubConfig.
        Parameters:
        id - ID of the sub configuration.
        name - Name of the sub configuration.
        type - Type of the sub configuration.
    • Method Detail

      • getID

        public String getID()
        Returns ID.
        Returns:
        ID.
      • getName

        public String getName()
        Returns name.
        Returns:
        name.
      • getType

        public String getType()
        Returns type.
        Returns:
        type.
      • getLocalizedName

        public String getLocalizedName()
        Get the localized name.
        Returns:
        The localized name.
      • isHidden

        public boolean isHidden()
        Whether or not the sub configuration should be displayed in the console.
        Returns:
        True if the sub configuration should be hidden.