com.jeffpalm.bin
Class Daypop.Output

java.lang.Object
  extended by com.jeffpalm.util.TypeSafeEnum
      extended by com.jeffpalm.util.TypeSafeEnum.String
          extended by com.jeffpalm.bin.Daypop.Output
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Daypop

public abstract static class Daypop.Output
extends TypeSafeEnum.String


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 Daypop.Output HTML
           
static Daypop.Output TEXT
           
 
Method Summary
 java.lang.String format(com.jeffpalm.bin.Daypop.Result r)
           
 void init()
           
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum.String
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

TEXT

public static final Daypop.Output TEXT

HTML

public static final Daypop.Output HTML
Method Detail

init

public void init()

format

public java.lang.String format(com.jeffpalm.bin.Daypop.Result r)