Uses of Class
org.lyra.Ledger.Levels

Packages that use Ledger.Levels
org.lyra   
 

Uses of Ledger.Levels in org.lyra
 

Fields in org.lyra declared as Ledger.Levels
private  Ledger.Levels Ledger.myCurrent
           
 

Fields in org.lyra with type parameters of type Ledger.Levels
private static java.util.Set<Ledger.Levels> Ledger.CONFIG
          Configure Level Entities
private static java.util.Set<Ledger.Levels> Ledger.FINE
          Fine Level Entities
private static java.util.Set<Ledger.Levels> Ledger.FINEST
          Finest Level Entities
private static java.util.Set<Ledger.Levels> Ledger.INFO
          Info Level Entities
private static java.util.Set<Ledger.Levels> Ledger.SEVERE
          Severe Level Entities
private static java.util.Set<Ledger.Levels> Ledger.WARNING
          Warning Level Entities
 

Methods in org.lyra that return Ledger.Levels
static Ledger.Levels Ledger.Levels.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ledger.Levels[] Ledger.Levels.values()
          Returns an array containing the constants of this enum type, in the order they are declared.