public static enum ValueUtils.ValueType extends java.lang.Enum<ValueUtils.ValueType>
Enum Constant and Description |
---|
bundleContext |
componentContext |
config_annotation |
config_map |
ignore |
ref_formatterLogger |
ref_logger |
ref_map |
ref_serviceObjects |
ref_serviceReference |
ref_serviceType |
ref_tuple |
Modifier and Type | Method and Description |
---|---|
static ValueUtils.ValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueUtils.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueUtils.ValueType ignore
public static final ValueUtils.ValueType componentContext
public static final ValueUtils.ValueType bundleContext
public static final ValueUtils.ValueType config_map
public static final ValueUtils.ValueType config_annotation
public static final ValueUtils.ValueType ref_logger
public static final ValueUtils.ValueType ref_formatterLogger
public static final ValueUtils.ValueType ref_serviceReference
public static final ValueUtils.ValueType ref_serviceObjects
public static final ValueUtils.ValueType ref_serviceType
public static final ValueUtils.ValueType ref_map
public static final ValueUtils.ValueType ref_tuple
public static ValueUtils.ValueType[] values()
for (ValueUtils.ValueType c : ValueUtils.ValueType.values()) System.out.println(c);
public static ValueUtils.ValueType 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