Class MatchingSubprogramSearchComponent.NoSubprogramSearchAdditionalParameterValueMap
- java.lang.Object
-
- org.ametys.web.frontoffice.search.metamodel.AdditionalParameterValueMap
-
- org.ametys.plugins.odfweb.service.search.MatchingSubprogramSearchComponent.NoSubprogramSearchAdditionalParameterValueMap
-
- Enclosing class:
- MatchingSubprogramSearchComponent
private static class MatchingSubprogramSearchComponent.NoSubprogramSearchAdditionalParameterValueMap extends AdditionalParameterValueMap
-
-
Field Summary
Fields Modifier and Type Field Description private AdditionalParameterValueMap
_ref
-
Constructor Summary
Constructors Constructor Description NoSubprogramSearchAdditionalParameterValueMap(AdditionalParameterValueMap ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getValue(String parameterId)
Gets the value of the given additional parameter-
Methods inherited from class org.ametys.web.frontoffice.search.metamodel.AdditionalParameterValueMap
getDisplayableValue, getParameterIds
-
-
-
-
Field Detail
-
_ref
private AdditionalParameterValueMap _ref
-
-
Constructor Detail
-
NoSubprogramSearchAdditionalParameterValueMap
NoSubprogramSearchAdditionalParameterValueMap(AdditionalParameterValueMap ref)
-
-
Method Detail
-
getValue
public <T> T getValue(String parameterId) throws ClassCastException
Description copied from class:AdditionalParameterValueMap
Gets the value of the given additional parameter- Overrides:
getValue
in classAdditionalParameterValueMap
- Type Parameters:
T
- the type of the value- Parameters:
parameterId
- The id of the parameter- Returns:
- the value of the given additional parameter
- Throws:
ClassCastException
- if the value cannot be cast to the expected type
-
-