|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final IPage[] ZERO
| Method Detail |
|---|
PageType pageType()
String pageName()
String baseName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||