Interface IModelValueProvider

All Known Implementing Classes:
ModelValueProvider

public interface IModelValueProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(String configname)
    Get the value.
  • Method Details

    • getValue

      Object getValue(String configname)
      Get the value.
      Returns:
      The value.