public static enum CamelBehavior.TargetType extends Enum<CamelBehavior.TargetType>
Enum Constant and Description |
---|
BODY |
BODY_AS_MAP |
PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static CamelBehavior.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CamelBehavior.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CamelBehavior.TargetType BODY_AS_MAP
public static final CamelBehavior.TargetType BODY
public static final CamelBehavior.TargetType PROPERTIES
public static CamelBehavior.TargetType[] values()
for (CamelBehavior.TargetType c : CamelBehavior.TargetType.values()) System.out.println(c);
public static CamelBehavior.TargetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Alfresco. All rights reserved.