* @param mpxjDay day of the week
* @param plannerDay planner day type
*/
private void setWorkingDay(ProjectCalendar mpxjCalendar, Day mpxjDay, String plannerDay)
{
DayType dayType = DayType.DEFAULT;
if (plannerDay != null)
{
switch (getInt(plannerDay))
{