//
// Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s).
// All rights reserved.
//
package openadk.library;
/**
* A value representing one or more days of the week in SIF format.<p>
*
* SIF Data Objects commonly use the convention "MoTuWeThFrSaSu" or a subset of
* that string to represent days of the week.
*
* @author Eric Petersen
* @version ADK 1.0
*/
public class SIFDaysOfWeek
{
public SIFDaysOfWeek()
{
}
}