Package com.appliedolap.essbase
Interface EssApplicationConfiguration
- All Known Implementing Classes:
EssApplicationConfigurationImpl
public interface EssApplicationConfiguration
-
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
-