public interface IOCProvider
IOCProvider
is called by the IOCController
to
provide values for the properties, that the IOCController
wants to fill.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(java.lang.String pProperty)
Returns a value for the property and the given type.
|
java.lang.Object getValue(java.lang.String pProperty) throws CSAppFrameworkException
pProperty
- the property name.CSAppFrameworkException
- if an internal error occurs.