Interface PlantOverviewModelingApplicationConfiguration


@ConfigurationPrefix("plantoverviewapp")
public interface PlantOverviewModelingApplicationConfiguration
Provides methods to configure the PlantOverview application (in modeling mode).
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PREFIX
    This configuration's prefix.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String locale()  
    java.lang.Class<? extends org.opentcs.components.plantoverview.LocationTheme> locationThemeClass()  
  • Field Details

  • Method Details

    • locale

      @ConfigurationEntry(type="String", description={"The plant overview application\'s locale, as a BCP 47 language tag.","Examples: \'en\', \'de\', \'zh\'"}, orderKey="0_init_0") java.lang.String locale()
    • locationThemeClass

      @ConfigurationEntry(type="Class name", description={"The name of the class to be used for the location theme.","Must be a class extending org.opentcs.components.plantoverview.LocationTheme"}, orderKey="3_themes_0") java.lang.Class<? extends org.opentcs.components.plantoverview.LocationTheme> locationThemeClass()