public class ConfigurationParameterInfo extends Object implements Serializable
| Constructor and Description |
|---|
ConfigurationParameterInfo(String pathName,
String categoryName,
String type,
boolean isFinal,
String configuredValue,
String currentValue,
boolean dirty,
String description) |
ConfigurationParameterInfo(String pathName,
String categoryName,
String type,
String configuredValue,
String currentValue,
boolean dirty,
String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryName()
The category the parameter belongs to.
|
String |
getComponentName()
Returns the name of the component the parameter represented by this object
belongs to.
|
String |
getConfiguredValue()
The configured value for this parameter, i.e the value defined by the
last configuration loading.
|
String |
getCurrentValue()
The current value for this parameter.
|
String |
getDescription() |
String |
getParameterName()
Returns the name of the parameter represented by this object.
|
String |
getPathName()
The Path name of the parameter.
|
String |
getType()
Return the type of the parameter.
|
boolean |
isDirty()
Boolean indicating if this parameter has been changed to a value and has
not been saved yet.
|
boolean |
isFinal() |
String |
toString() |
public ConfigurationParameterInfo(String pathName, String categoryName, String type, boolean isFinal, String configuredValue, String currentValue, boolean dirty, String description)
public String getPathName()
public String getComponentName()
public String getParameterName()
public String getCategoryName()
public String getConfiguredValue()
public String getCurrentValue()
public boolean isDirty()
public String getDescription()
public String getType()
public boolean isFinal()
Copyright © 2016 LSST. All rights reserved.