Interface IValueInterface
- All Known Implementing Classes:
ValueInterfaceDefault
public interface IValueInterface
A capability that can expose values.
-
Method Summary
-
Method Details
-
getValue
Get a value.- Returns:
- A value.
- Throws:
EvaluationException
- If an error occurs while constructing or evaluating the value.
-