-
- All Implemented Interfaces:
public interface EntryAn entry to be managed and persisted by the EnvPicker library.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()The name that will be displayed in the entry selection screen. abstract StringgetSummary()The description that will be displayed in the entry selection screen. abstract List<Object>getFields()The fields that will be managed and persisted in addition to the name.. -
-
Method Detail
-
getSummary
abstract String getSummary()
The description that will be displayed in the entry selection screen.
-
-
-
-