private static class MatchingSubprogramSearchComponent.NoSubprogramSearchAdditionalParameterValueMap extends AdditionalParameterValueMap
Modifier and Type | Field and Description |
---|---|
private AdditionalParameterValueMap |
_ref |
Constructor and Description |
---|
NoSubprogramSearchAdditionalParameterValueMap(AdditionalParameterValueMap ref) |
Modifier and Type | Method and Description |
---|---|
<T> T |
getValue(String parameterId)
Gets the value of the given additional parameter
|
private AdditionalParameterValueMap _ref
NoSubprogramSearchAdditionalParameterValueMap(AdditionalParameterValueMap ref)
public <T> T getValue(String parameterId) throws ClassCastException
AdditionalParameterValueMap
getValue
in class AdditionalParameterValueMap
T
- the type of the valueparameterId
- The id of the parameterClassCastException
- if the value cannot be cast to the expected type