Interface EssApplicationConfiguration

All Known Implementing Classes:
EssApplicationConfigurationImpl

public interface EssApplicationConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the application that this configuration item is associated with.
    Gets the key for this configuration property.
    Gets the value for this configuration property.
  • Method Details

    • getApplication

      EssApplication getApplication()
      Gets the application that this configuration item is associated with.
      Returns:
      the parent application
    • getKey

      String getKey()
      Gets the key for this configuration property.
      Returns:
      the configuration key name
    • getValue

      String getValue()
      Gets the value for this configuration property.
      Returns:
      the configuration value