Package org.lsst.ccs.config
Class ConfigurationParameterDescription
java.lang.Object
org.lsst.ccs.config.ConfigurationParameterDescription
A configuration parameter description class.
This class is used to overwrite arguments as specified in the ConfigurationParameter annotation.
The following is an example of how to create a custom ConfigurationParameterDescription:
ConfigurationParameterDescription cpd = new ConfigurationParameterDescription().withName("somePar").withCategory("myCategory");
- Author:
- The LSST CCS Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getUnits()booleanwithCategory(String category) withDescription(String description) withIsEnabled(boolean isEnabled)
-
Constructor Details
-
ConfigurationParameterDescription
public ConfigurationParameterDescription()
-
-
Method Details
-
withName
-
withDescription
-
withCategory
-
withUnits
-
withIsEnabled
-
getName
-
getDescription
-
getCategory
-
getUnits
-
isEnabled
public boolean isEnabled()
-