Package | Description |
---|---|
org.apache.felix.scr.impl.inject |
Modifier and Type | Field and Description |
---|---|
private FieldHandler.ParamType |
FieldHandler.FieldInfo.m_type |
private FieldHandler.ParamType |
FieldHandler.valueType
Value type.
|
Modifier and Type | Method and Description |
---|---|
(package private) FieldHandler.ParamType |
FieldHandler.FieldInfo.getType() |
static FieldHandler.ParamType |
FieldHandler.ParamType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldHandler.ParamType[] |
FieldHandler.ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldInfo(java.lang.reflect.Field m_field,
FieldHandler.ParamType m_type) |