blob: 309f9b8c3dbd4df22bc0ea430b82c1b4673e2685 [file] [log] [blame]
/*
* Created on Oct 29, 2010
*
* PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE
*/
package org.eclipse.osee.ats.column;
import org.eclipse.osee.ats.artifact.AtsAttributeTypes;
import org.eclipse.osee.ats.workflow.item.AtsAttributeSoleComboXWidgetWorkItem;
import org.eclipse.osee.framework.ui.skynet.widgets.XOption;
public class PriorityXWidget extends AtsAttributeSoleComboXWidgetWorkItem {
public PriorityXWidget() {
super(AtsAttributeTypes.PriorityType, "OPTIONS_FROM_ATTRIBUTE_VALIDITY", XOption.REQUIRED);
}
}