
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()
Deprecated.
|
String |
getParameterName()
Returns the name of the parameter represented by this object.
|
String |
getPathName()
The Path name of the parameter.
|
String |
getType()
Deprecated.
|
String |
getUnits()
Deprecated.
|
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()
@Deprecated public String getDescription()
@Deprecated public String getUnits()
@Deprecated public String getType()
public Type getActualType()
public Object getCurrentValueObject()
public Object getConfiguredValueObject()
public boolean isFinal()
public boolean isReadOnly()
Copyright © 2019 LSST. All rights reserved.