org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
Enum BodyContentType
java.lang.Object
java.lang.Enum<BodyContentType>
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20.BodyContentType
- All Implemented Interfaces:
- Serializable, Comparable<BodyContentType>
public enum BodyContentType
- extends Enum<BodyContentType>
This class implements the body-contentType
xsd type
- Since:
- Generation date :2013-01-26T19:26:58.316+01:00
- Author:
- Ralf Battenfeld, Andrew Lee Rubinger
_TAGDEPENDENT
public static final BodyContentType _TAGDEPENDENT
_JSP
public static final BodyContentType _JSP
_EMPTY
public static final BodyContentType _EMPTY
_SCRIPTLESS
public static final BodyContentType _SCRIPTLESS
values
public static BodyContentType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BodyContentType c : BodyContentType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BodyContentType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<BodyContentType>
getFromStringValue
public static BodyContentType getFromStringValue(String value)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.