Package 

Interface Entry

  • All Implemented Interfaces:

    
    public interface Entry
    
                        

    An entry to be managed and persisted by the EnvPicker library.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getName() The name that will be displayed in the entry selection screen.
      abstract String getSummary() 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..
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getName

         abstract String getName()

        The name that will be displayed in the entry selection screen.

      • getSummary

         abstract String getSummary()

        The description that will be displayed in the entry selection screen.

      • getFields

         abstract List<Object> getFields()

        The fields that will be managed and persisted in addition to the name..