91929394959697
* the value type of the property * @return a value property which takes the source object itself as the * property value. */ public static IValueProperty selfValue(Object valueType) { return new SelfValueProperty(valueType); }