119120121122123124125
* the element type of the property * @return a set property which takes the source object (a {@link Set}) as * the property set. */ public static ISetProperty selfSet(Object elementType) { return new SelfSetProperty(elementType); }