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