org.japano.metadata
Class BodyContent
java.lang.Object
org.japano.util.Enum
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 $
- Author:
- Sven Helmberger ( sven dot helmberger at gmx dot de )
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
EMPTY
public static final BodyContent EMPTY
JSP
public static final BodyContent JSP
TAGDEPENDENT
public static final BodyContent TAGDEPENDENT
SCRIPTLESS
public static final BodyContent SCRIPTLESS
getValue
public java.lang.String getValue()
fromValue
public static BodyContent fromValue(java.lang.String value)