|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrecacheTypes
A collection of precache types that are available to this document.
| Nested Class Summary | |
|---|---|
static class |
PrecacheTypes.Factory
A class with methods for creating instances of the PrecacheTypes type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
PrecacheType |
addNewPrecacheType()
Appends and returns a new empty PrecacheType object as the last element of the array. |
PrecacheType[] |
getPrecacheTypeArray()
Returns the array of PrecacheType objects. |
PrecacheType |
getPrecacheTypeArray(int i)
Returns the PrecacheType object at the specified index position. |
PrecacheType |
insertNewPrecacheType(int i)
Inserts and returns a new empty PrecacheType object at a specified index. |
void |
removePrecacheType(int i)
Removes the PrecacheType object at the specified index position. |
void |
setPrecacheTypeArray(int i,
PrecacheType precacheType)
Sets the PrecacheType object at the specified index position. |
void |
setPrecacheTypeArray(PrecacheType[] precacheTypeArray)
Sets the array of PrecacheType objects. |
int |
sizeOfPrecacheTypeArray()
Returns the number of PrecacheType objects in the array. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PrecacheType[] getPrecacheTypeArray()
Returns the array of PrecacheType objects.
PrecacheType objects.PrecacheType getPrecacheTypeArray(int i)
Returns the PrecacheType object at the specified index position.
i - The index position.
PrecacheType object.int sizeOfPrecacheTypeArray()
PrecacheType objects in the array.
void setPrecacheTypeArray(PrecacheType[] precacheTypeArray)
Sets the array of PrecacheType objects.
precacheTypeArray - The array of PrecacheType objects.
void setPrecacheTypeArray(int i,
PrecacheType precacheType)
Sets the PrecacheType object at the specified index position.
i - The index position.precacheType - The PrecacheType object.PrecacheType insertNewPrecacheType(int i)
PrecacheType object at a specified index.
i - The index position to insert the object.
PrecacheType object.PrecacheType addNewPrecacheType()
PrecacheType object as the last element of the array.
PrecacheType object.void removePrecacheType(int i)
PrecacheType object at the specified index position.
i - The index position for the object to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||