|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportTablePrefixes
A collection of table prefix mappings that allows the user to define a new table location prefix for every table in the custom DB section.
| Nested Class Summary | |
|---|---|
static class |
ReportTablePrefixes.Factory
A class with methods for creating instances of the TablePrefixs type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
ReportTablePrefix |
addNewTablePrefixs()
Appends and returns a new empty ReportTablePrefix object as xml to the last element of the array. |
ReportTablePrefix[] |
getTablePrefixsArray()
Returns the array of ReportTablePrefix objects. |
ReportTablePrefix |
getTablePrefixsArray(int i)
Returns the ReportTablePrefix object at the specified index position. |
ReportTablePrefix |
insertNewTablePrefixs(int i)
Inserts and returns a new empty ReportTablePrefix object at a specified index. |
void |
removeTablePrefixs(int i)
Removes the TablePrefixs element at the specified index position. |
void |
setTablePrefixsArray(int i,
ReportTablePrefix tablePrefixs)
Sets the ReportTablePrefix object at the specified index position. |
void |
setTablePrefixsArray(ReportTablePrefix[] tablePrefixsArray)
Sets the array of ReportTablePrefix objects. |
int |
sizeOfTablePrefixsArray()
Returns the size of the TablePrefixs array. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ReportTablePrefix[] getTablePrefixsArray()
Returns the array of ReportTablePrefix objects.
ReportTablePrefix objects.ReportTablePrefix getTablePrefixsArray(int i)
Returns the ReportTablePrefix object at the specified index position.
i - The index position.
ReportTablePrefix object.int sizeOfTablePrefixsArray()
TablePrefixs array.
void setTablePrefixsArray(ReportTablePrefix[] tablePrefixsArray)
Sets the array of ReportTablePrefix objects.
tablePrefixsArray - The array of ReportTablePrefix objects.
void setTablePrefixsArray(int i,
ReportTablePrefix tablePrefixs)
Sets the ReportTablePrefix object at the specified index position.
i - The index position.tablePrefixs - The ReportTablePrefix object.ReportTablePrefix insertNewTablePrefixs(int i)
ReportTablePrefix object at a specified index.
i - The index position to insert the object.
ReportTablePrefix.ReportTablePrefix addNewTablePrefixs()
ReportTablePrefix object as xml to the last element of the array.
ReportTablePrefix object.void removeTablePrefixs(int i)
TablePrefixs element at the specified index position.
i - The index position to remove the TablePrefixs element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||