public class ConfigurationParameterInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationParameterInfo.ConfigurationParameterizedType |
| Constructor and Description |
|---|
ConfigurationParameterInfo() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getActualType()
Return the actual Type of the parameter
|
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.
|
Object |
getConfiguredValueObject()
Return the configured Object value of this parameter
|
String |
getCurrentValue()
The current value for this parameter.
|
Object |
getCurrentValueObject()
Return the current Object value of this parameter
|
String |
getDescription()
Return the description of the parameter
|
String |
getParameterName()
Returns the name of the parameter represented by this object.
|
String |
getPathName()
The Path name of the parameter.
|
boolean |
isBuild() |
boolean |
isDirty()
Boolean indicating if this parameter has been changed to a value and has
not been saved yet.
|
boolean |
isFinal() |
boolean |
isReadOnly() |
String |
toString() |
public String getPathName()
public String getComponentName()
public String getParameterName()
public String getCategoryName()
public String getConfiguredValue()
public String getCurrentValue()
public boolean isDirty()
public Type getActualType()
public String getDescription()
public Object getCurrentValueObject()
public Object getConfiguredValueObject()
public boolean isFinal()
public boolean isReadOnly()
public boolean isBuild()
Copyright © 2023 LSST. All rights reserved.