public static class Preferences.Preference extends Object
Constructor and Description |
---|
Preference(String value,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParameters()
Gets the parameters of the preference.
|
String |
getValue()
Gets the value of the preference.
|
public String getValue()
null
if the preference has
no value; this is not the same as the preference not set.public Map<String,String> getParameters()
null
if the parameter has no value; this is not the same as
the parameter not set. Parameter names are all lowercase.Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.