public class ConfigurationParameterHandler extends Object implements Comparable<ConfigurationParameterHandler>
| Modifier and Type | Method and Description |
|---|---|
void |
checkAgainstConstraints(Object val) |
int |
compareTo(ConfigurationParameterHandler o) |
ViewValue |
convert(String strValue) |
String |
getCategory() |
Method |
getConfigChangerMethod() |
ParameterPath |
getParameterPath() |
ConfigurationParameterType |
getParameterType() |
String |
getUnits() |
boolean |
hasConfigChangerMethod() |
boolean |
isBuild() |
boolean |
isCollection()
Is this configuration parameter a Collection?
|
boolean |
isFinal() |
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 String getUnits()
public final void checkAgainstConstraints(Object val)
public int compareTo(ConfigurationParameterHandler o)
compareTo in interface Comparable<ConfigurationParameterHandler>public boolean isCollection()
Copyright © 2024 LSST. All rights reserved.