Modifier and Type | Method and Description |
---|---|
DataType.Type |
DataType.getType()
The type one of none, any (you can also use * as any), java, text, xml, or json.
|
static DataType.Type |
DataType.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType.Type[] |
DataType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel