Interface VirtualValueProvider
-
public interface VirtualValueProvider
AVirtualValueProvider
is used for virtual properties that want to provide values dynamically.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalValue[]
getVirtualValues(Name propName)
Returns the values for the given name
-
-
-
Method Detail
-
getVirtualValues
InternalValue[] getVirtualValues(Name propName)
Returns the values for the given name- Parameters:
propName
- the name of the property- Returns:
- the values
-
-