T
- type of value carried by this parameter.public class ParameterImpl<T> extends Object implements Parameter<T>
Constructor and Description |
---|
ParameterImpl(Integer position,
Class<T> expectedValueType)
Construct a positional parameter with the given position as key and
given expected value type.
|
ParameterImpl(String name,
Class<T> expectedValueType)
Construct a named parameter with the given name as key and
given expected value type.
|
public ParameterImpl(Integer position, Class<T> expectedValueType)
public final Integer getPosition()
getPosition
in interface Parameter<T>
public Class<T> getParameterType()
getParameterType
in interface Parameter<T>
public boolean equals(Object other)
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.