static enum BindMethod.ParamType extends java.lang.Enum<BindMethod.ParamType>
Enum Constant and Description |
---|
map |
serviceObjects |
serviceReference |
serviceType |
Modifier and Type | Method and Description |
---|---|
static BindMethod.ParamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BindMethod.ParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindMethod.ParamType serviceReference
public static final BindMethod.ParamType serviceObjects
public static final BindMethod.ParamType serviceType
public static final BindMethod.ParamType map
public static BindMethod.ParamType[] values()
for (BindMethod.ParamType c : BindMethod.ParamType.values()) System.out.println(c);
public static BindMethod.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