projectsValue().setValue(projects);
return this;
}
public CollectionValue<MapSelection> selectionsValue(MapSelection... selections) {
MapSelectionsValue value = new MapSelectionsValue();
for(MapSelection each: selections) {
value.add(each);
}
return value;
}