public class ConfigurationParameterHandler extends Object implements Comparable<ConfigurationParameterHandler>
| Modifier and Type | Method and Description |
|---|---|
void |
checkAgainstConstraints(Object val) |
int |
compareTo(ConfigurationParameterHandler o) |
org.lsst.ccs.utilities.structs.ViewValue |
convert(String strValue) |
String |
getCategory() |
Method |
getConfigChangerMethod() |
org.lsst.ccs.utilities.structs.ParameterPath |
getParameterPath() |
org.lsst.ccs.bus.data.ConfigurationParameterType |
getParameterType() |
String |
getUnits() |
boolean |
hasConfigChangerMethod() |
boolean |
isBuild() |
boolean |
isFinal() |
boolean |
isReadOnly() |
public org.lsst.ccs.utilities.structs.ParameterPath getParameterPath()
public String getCategory()
public boolean hasConfigChangerMethod()
public Method getConfigChangerMethod()
public boolean isFinal()
public boolean isReadOnly()
public boolean isBuild()
public org.lsst.ccs.bus.data.ConfigurationParameterType getParameterType()
public String getUnits()
public final void checkAgainstConstraints(Object val)
public org.lsst.ccs.utilities.structs.ViewValue convert(String strValue)
public int compareTo(ConfigurationParameterHandler o)
compareTo in interface Comparable<ConfigurationParameterHandler>Copyright © 2021 LSST. All rights reserved.