Package org.lsst.ccs.config
Class ConfigurationParameterHandler
java.lang.Object
org.lsst.ccs.config.ConfigurationParameterHandler
- All Implemented Interfaces:
Comparable<ConfigurationParameterHandler>
public class ConfigurationParameterHandler
extends Object
implements Comparable<ConfigurationParameterHandler>
- Author:
- LSST CCS Team.
-
Method Details
-
getParameterPath
-
getCategory
-
hasConfigChangerMethod
public boolean hasConfigChangerMethod() -
getConfigChangerMethod
-
isFinal
public boolean isFinal() -
isReadOnly
public boolean isReadOnly() -
isBuild
public boolean isBuild() -
getParameterType
-
getUnits
-
checkAgainstConstraints
-
convert
-
compareTo
- Specified by:
compareToin interfaceComparable<ConfigurationParameterHandler>
-
isCollection
public boolean isCollection()Is this configuration parameter a Collection?- Returns:
- true if this configuration parameter is a Collection, false otherwise.
-