com.azalient.api.a.tables
Interface IPage

All Known Subinterfaces:
IAssignment, IControl, IDemand, IDisplay, INetwork, IParameters, IPlugins, IReporting, IResultsPage, ISettings, ITrips, IValidation, Page, PageV, PageW

public interface IPage

The AZA data file is stored in page, where each page is divided into table. This interface gives the basic information for a page, its type and name, and if it is derived, the name of the base page.


Field Summary
static IPage[] ZERO
           
 
Method Summary
 String baseName()
          The name of the page
 String pageName()
          The name of the page
 PageType pageType()
          The type of this page
 

Field Detail

ZERO

static final IPage[] ZERO
Method Detail

pageType

PageType pageType()
The type of this page


pageName

String pageName()
The name of the page


baseName

String baseName()
The name of the page