Uses of Class
chooser.Persistence

Packages that use Persistence
chooser   
 

Uses of Persistence in chooser
 

Methods in chooser that return Persistence
static Persistence Persistence.fromString(java.lang.String str)
          Returns the enum representation of a string.
static Persistence Persistence.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Persistence[] Persistence.values()
          Returns an array containing the constants of this enum type, in the order they are declared.