154155156157158159160
* the value type of the property * @return a value property which observes the value of an * {@link IObservableValue}. */ public static IValueProperty observableValue(Object valueType) { return new ObservableValueProperty(valueType); }