1: /* 2: * Copyright (c) 2005 Your Corporation. All Rights Reserved. 3: */ 4: package com.technoetic.xplanner.views; 5: 6: public interface IterationAccuracyPage { 7: String CURRENT_STATUS_TABLE_ID = "currentStatus"; 8: String ITERATION_STATUS_TABLE_ID = "iterationStatus"; 9: }