public static class Properties.SettableProperty extends Properties.Property
key
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getValue()
Get the current value, or the default value if the property has not been set yet and did
not have an initial value.
|
String |
getValue(Map<String,String> snapshot)
Get the value that was in effect at the moment the snapshot was made, or the default
value if the value was
null . |
boolean |
isSensitive() |
void |
setValue(String value)
Set the value
|
getName
public void setValue(String value)
public String getValue()
getValue
in class Properties.Property
public String getValue(Map<String,String> snapshot)
null
.getValue
in class Properties.Property
public String getDescription()
public boolean isSensitive()
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.