com.jeffpalm.bin
Class Bin.LogLevels

java.lang.Object
  extended by com.jeffpalm.util.TypeSafeEnum
      extended by com.jeffpalm.util.TypeSafeEnum.Int
          extended by com.jeffpalm.bin.Bin.LogLevels
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Bin

protected static final class Bin.LogLevels
extends TypeSafeEnum.Int


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.TypeSafeEnum
TypeSafeEnum.Boolean, TypeSafeEnum.Byte, TypeSafeEnum.Char, TypeSafeEnum.Double, TypeSafeEnum.Float, TypeSafeEnum.Int, TypeSafeEnum.Long, TypeSafeEnum.Short, TypeSafeEnum.String
 
Field Summary
static Bin.LogLevels INFO
           
static Bin.LogLevels LOUD
           
static Bin.LogLevels NORMAL
           
 
Method Summary
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum.Int
compareTo, theValue, value
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum
instances, instances, isTypeSafeEnum, makeValidFieldName, printInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INFO

public static final Bin.LogLevels INFO

NORMAL

public static final Bin.LogLevels NORMAL

LOUD

public static final Bin.LogLevels LOUD