com.businessobjects.enterprise.crystalreport
Interface BusinessViews


public interface BusinessViews

A collection of BusinessView IDs that have been assigned to this report.


Nested Class Summary
static class BusinessViews.Factory
          A class with methods for creating instances of the BusinessViews type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 void addBusinessView(java.lang.String businessView)
          Adds a new BusinessView ID to last element of the array.
 org.apache.xmlbeans.XmlString addNewBusinessView()
          Internal Use Only.
 java.lang.String[] getBusinessViewArray()
          Returns the array of BusinessView IDs.
 java.lang.String getBusinessViewArray(int i)
          Returns the BusinessView ID at the specified index position.
 void insertBusinessView(int i, java.lang.String businessView)
          Inserts a new empty BusinessView ID at a specified index.
 org.apache.xmlbeans.XmlString insertNewBusinessView(int i)
          Internal Use Only.
 void removeBusinessView(int i)
          Removes the BusinessView ID at the specified index position.
 void setBusinessViewArray(int i, java.lang.String businessView)
          Sets the BusinessView ID at the specified index position.
 void setBusinessViewArray(java.lang.String[] businessViewArray)
          Sets the array of BusinessView IDs.
 int sizeOfBusinessViewArray()
          Returns the Size of the BusinessViewArray.
 org.apache.xmlbeans.XmlString[] xgetBusinessViewArray()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetBusinessViewArray(int i)
          Internal Use Only.
 void xsetBusinessViewArray(int i, org.apache.xmlbeans.XmlString businessView)
          Internal Use Only.
 void xsetBusinessViewArray(org.apache.xmlbeans.XmlString[] businessViewArray)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getBusinessViewArray

java.lang.String[] getBusinessViewArray()

Returns the array of BusinessView IDs.

Returns:
The array of BusinessView IDs.

getBusinessViewArray

java.lang.String getBusinessViewArray(int i)

Returns the BusinessView ID at the specified index position.

Parameters:
i - The index position.
Returns:
The BusinessView ID.

xgetBusinessViewArray

org.apache.xmlbeans.XmlString[] xgetBusinessViewArray()
Internal Use Only.


xgetBusinessViewArray

org.apache.xmlbeans.XmlString xgetBusinessViewArray(int i)
Internal Use Only.


sizeOfBusinessViewArray

int sizeOfBusinessViewArray()
Returns the Size of the BusinessViewArray.

Returns:
The size of the array.

setBusinessViewArray

void setBusinessViewArray(java.lang.String[] businessViewArray)

Sets the array of BusinessView IDs.

Parameters:
businessViewArray - The array of BusinessView IDs.

setBusinessViewArray

void setBusinessViewArray(int i,
                          java.lang.String businessView)

Sets the BusinessView ID at the specified index position.

Parameters:
i - The index position.
businessView - The BusinessView ID to be set.

xsetBusinessViewArray

void xsetBusinessViewArray(org.apache.xmlbeans.XmlString[] businessViewArray)
Internal Use Only.


xsetBusinessViewArray

void xsetBusinessViewArray(int i,
                           org.apache.xmlbeans.XmlString businessView)
Internal Use Only.


insertBusinessView

void insertBusinessView(int i,
                        java.lang.String businessView)
Inserts a new empty BusinessView ID at a specified index.

Parameters:
i - The index position to insert the object.
businessView - The new BusinessView ID.

addBusinessView

void addBusinessView(java.lang.String businessView)
Adds a new BusinessView ID to last element of the array.

Parameters:
businessView - A new BusinessView ID.

insertNewBusinessView

org.apache.xmlbeans.XmlString insertNewBusinessView(int i)
Internal Use Only.


addNewBusinessView

org.apache.xmlbeans.XmlString addNewBusinessView()
Internal Use Only.


removeBusinessView

void removeBusinessView(int i)
Removes the BusinessView ID at the specified index position.

Parameters:
i - The index position to remove the BusinessView ID.