Interface ParametricInformation<T>

Type Parameters:
T - the type of the return value
All Superinterfaces:
Information<T>

public interface ParametricInformation<T> extends Information<T>
Implement this interface to have your own custom parametric information calculated for a component. Use InformationParameters to create and access parameters.
Since:
9.12.7