Interface ParameterType<ValueType>

Type Parameters:
ValueType - The type of the parameter value.
All Superinterfaces:
EntityType<ValueType>

public interface ParameterType<ValueType> extends EntityType<ValueType>
Represents the type of a parameter. That is, it binds a parameter name to a value type.

Two ParameterTypes are considered to equal if they have the same header name.