com.jeffpalm.bin
Class Daypop.Type

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

public static final class Daypop.Type
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.Type BLOGS
           
static Daypop.Type BOTH
           
static Daypop.Type HEADLINES
           
static Daypop.Type NEWS
           
static Daypop.Type POSTS
           
 
Method Summary
 java.lang.String type()
           
 
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

HEADLINES

public static final Daypop.Type HEADLINES

NEWS

public static final Daypop.Type NEWS

BOTH

public static final Daypop.Type BOTH

BLOGS

public static final Daypop.Type BLOGS

POSTS

public static final Daypop.Type POSTS
Method Detail

type

public java.lang.String type()