org.japano.metadata
Class BodyContent

java.lang.Object
  extended by org.japano.util.Enum
      extended by org.japano.metadata.BodyContent
All Implemented Interfaces:
java.io.Serializable

public class BodyContent
extends Enum

Enum class for the possible bodyContent values.

Version:
$Id: BodyContent.java,v 1.5 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

Field Summary
static BodyContent EMPTY
           
static BodyContent JSP
           
static BodyContent SCRIPTLESS
           
static BodyContent TAGDEPENDENT
           
 
Method Summary
static BodyContent fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 
Methods inherited from class org.japano.util.Enum
fromIdentifier, getIdentifier, hashCode, instances, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final BodyContent EMPTY

JSP

public static final BodyContent JSP

TAGDEPENDENT

public static final BodyContent TAGDEPENDENT

SCRIPTLESS

public static final BodyContent SCRIPTLESS
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static BodyContent fromValue(java.lang.String value)