- All Known Subinterfaces:
- GeneratedPropertyValue
- All Known Implementing Classes:
- GeneratedPropertySupport, ListPropertyValue, NumericGeneratedPropertySupport, RandomPropertyValue, RangePropertyValue, SimplePropertyValue
public interface PropertyValue
Provides a message property value. Property values can be simple (e.g. a string
or a number) or can represent a function that is capable of returning a sequence of values,
so that each message is sent with a different value.