public class ConfigurationParameterInfo extends Object implements Serializable
| Constructor and Description |
|---|
ConfigurationParameterInfo(String pathName,
String categoryName,
String defaultValue,
String configuredValue,
String currentValue,
boolean dirty) |
| 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 |
getDefaultValue()
The default value for this parameter, as specified in the groovy
description file.
|
String |
getParameterName()
Returns the name of the parameter represented by this object.
|
String |
getPathName()
The Path name of the parameter.
|
boolean |
isDirty()
Boolean indicating if this parameter has been changed to a value and has
not been saved yet.
|
String |
toString() |
public String getPathName()
public String getComponentName()
public String getParameterName()
public String getCategoryName()
public String getDefaultValue()
public String getConfiguredValue()
public String getCurrentValue()
public boolean isDirty()
Copyright © 2015 LSST. All rights reserved.