org.apache.camel.model.dataformat
Enum C24IOContentType
java.lang.Object
java.lang.Enum<C24IOContentType>
org.apache.camel.model.dataformat.C24IOContentType
- All Implemented Interfaces:
- Serializable, Comparable<C24IOContentType>
public enum C24IOContentType
- extends Enum<C24IOContentType>
- Version:
- $Revision$
Default
public static final C24IOContentType Default
Auto
public static final C24IOContentType Auto
Binary
public static final C24IOContentType Binary
Text
public static final C24IOContentType Text
Java
public static final C24IOContentType Java
Xml
public static final C24IOContentType Xml
Sax
public static final C24IOContentType Sax
TagValuePair
public static final C24IOContentType TagValuePair
values
public static C24IOContentType[] 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 (C24IOContentType c : C24IOContentType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static C24IOContentType 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
Apache CAMEL