-
- All Implemented Interfaces:
-
de.br.android.envpicker.Entry
public final class SimpleEntry implements Entry
An implementation of Entry representing a single key-value pair.
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(String name, String value)
-
Method Summary
Modifier and Type Method Description StringgetSummary()The description that will be displayed in the entry selection screen. List<String>getFields()The fields that will be managed and persisted in addition to the name.. StringgetName()UnitsetName(String name)final StringgetValue()final UnitsetValue(String value)-
-
Method Detail
-
getSummary
String getSummary()
The description that will be displayed in the entry selection screen.
-
getFields
List<String> getFields()
The fields that will be managed and persisted in addition to the name..
-
setName
Unit setName(String name)
- Parameters:
name- The unique name of this Entry displayed in the UI and used as key
-
-
-
-