public interface Parameterizable
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getParametersNames()
Get the names of the supported parameters.
|
boolean |
isSupported(String name)
Check if a parameter is supported.
|
Collection<String> getParametersNames()
isSupported(String)
boolean isSupported(String name)
Supported parameters are those listed by getParametersNames()
.
name
- parameter name to checkgetParametersNames()
Copyright © 2021 CNES. All rights reserved.