* value of the given master value, behaves like the observable
* value created by the factory for that current value.
*/
public static IObservableValue detailValue(IObservableValue master,
IObservableFactory detailFactory, Object detailType) {
return new DetailObservableValue(master, detailFactory, detailType);
}