private static enum FieldHandler.ParamType extends java.lang.Enum<FieldHandler.ParamType>
Enum Constant and Description |
---|
ignore |
map |
serviceObjects |
serviceReference |
serviceType |
tuple |
Modifier and Type | Method and Description |
---|---|
static FieldHandler.ParamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldHandler.ParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldHandler.ParamType serviceReference
public static final FieldHandler.ParamType serviceObjects
public static final FieldHandler.ParamType serviceType
public static final FieldHandler.ParamType map
public static final FieldHandler.ParamType tuple
public static final FieldHandler.ParamType ignore
public static FieldHandler.ParamType[] values()
for (FieldHandler.ParamType c : FieldHandler.ParamType.values()) System.out.println(c);
public static FieldHandler.ParamType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null