net.rgielen.com4j.office2010.excel.PivotCache Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface PivotCache extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "BackgroundQuery"
*
*/
@DISPID(1427)
@PropGet
boolean backgroundQuery();
/**
*
* Setter method for the COM property "BackgroundQuery"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1427)
@PropPut
void backgroundQuery(
boolean rhs);
/**
*
* Getter method for the COM property "Connection"
*
*/
@DISPID(1432)
@PropGet
java.lang.Object connection();
/**
*
* Setter method for the COM property "Connection"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1432)
@PropPut
void connection(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "EnableRefresh"
*
*/
@DISPID(1477)
@PropGet
boolean enableRefresh();
/**
*
* Setter method for the COM property "EnableRefresh"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1477)
@PropPut
void enableRefresh(
boolean rhs);
/**
*
* Getter method for the COM property "Index"
*
*/
@DISPID(486)
@PropGet
int index();
/**
*
* Getter method for the COM property "MemoryUsed"
*
*/
@DISPID(372)
@PropGet
int memoryUsed();
/**
*
* Getter method for the COM property "OptimizeCache"
*
*/
@DISPID(1428)
@PropGet
boolean optimizeCache();
/**
*
* Setter method for the COM property "OptimizeCache"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1428)
@PropPut
void optimizeCache(
boolean rhs);
/**
*
* Getter method for the COM property "RecordCount"
*
*/
@DISPID(1478)
@PropGet
int recordCount();
/**
*/
@DISPID(1417)
void refresh();
/**
*
* Getter method for the COM property "RefreshDate"
*
*/
@DISPID(696)
@PropGet
java.util.Date refreshDate();
/**
*
* Getter method for the COM property "RefreshName"
*
*/
@DISPID(697)
@PropGet
java.lang.String refreshName();
/**
*
* Getter method for the COM property "RefreshOnFileOpen"
*
*/
@DISPID(1479)
@PropGet
boolean refreshOnFileOpen();
/**
*
* Setter method for the COM property "RefreshOnFileOpen"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1479)
@PropPut
void refreshOnFileOpen(
boolean rhs);
/**
*
* Getter method for the COM property "Sql"
*
*/
@DISPID(1480)
@PropGet
java.lang.Object sql();
/**
*
* Setter method for the COM property "Sql"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1480)
@PropPut
void sql(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "SavePassword"
*
*/
@DISPID(1481)
@PropGet
boolean savePassword();
/**
*
* Setter method for the COM property "SavePassword"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1481)
@PropPut
void savePassword(
boolean rhs);
/**
*
* Getter method for the COM property "SourceData"
*
*/
@DISPID(686)
@PropGet
java.lang.Object sourceData();
/**
*
* Setter method for the COM property "SourceData"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(686)
@PropPut
void sourceData(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "CommandText"
*
*/
@DISPID(1829)
@PropGet
java.lang.Object commandText();
/**
*
* Setter method for the COM property "CommandText"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1829)
@PropPut
void commandText(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "CommandType"
*
*/
@DISPID(1830)
@PropGet
net.rgielen.com4j.office2010.excel.XlCmdType commandType();
/**
*
* Setter method for the COM property "CommandType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCmdType parameter.
*/
@DISPID(1830)
@PropPut
void commandType(
net.rgielen.com4j.office2010.excel.XlCmdType rhs);
/**
*
* Getter method for the COM property "QueryType"
*
*/
@DISPID(1831)
@PropGet
net.rgielen.com4j.office2010.excel.XlQueryType queryType();
/**
*
* Getter method for the COM property "MaintainConnection"
*
*/
@DISPID(1832)
@PropGet
boolean maintainConnection();
/**
*
* Setter method for the COM property "MaintainConnection"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1832)
@PropPut
void maintainConnection(
boolean rhs);
/**
*
* Getter method for the COM property "RefreshPeriod"
*
*/
@DISPID(1833)
@PropGet
int refreshPeriod();
/**
*
* Setter method for the COM property "RefreshPeriod"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(1833)
@PropPut
void refreshPeriod(
int rhs);
/**
*
* Getter method for the COM property "Recordset"
*
*/
@DISPID(1165)
@PropGet
com4j.Com4jObject recordset();
/**
*
* Setter method for the COM property "Recordset"
*
* @param rhs Mandatory com4j.Com4jObject parameter.
*/
@DISPID(1165)
@PropPut
void recordset(
com4j.Com4jObject rhs);
/**
*/
@DISPID(1834)
void resetTimer();
/**
*
* Getter method for the COM property "LocalConnection"
*
*/
@DISPID(1835)
@PropGet
java.lang.Object localConnection();
/**
*
* Setter method for the COM property "LocalConnection"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(1835)
@PropPut
void localConnection(
java.lang.Object rhs);
/**
* @param tableDestination Mandatory java.lang.Object parameter.
* @param tableName Optional parameter. Default value is com4j.Variant.getMissing()
* @param readData Optional parameter. Default value is com4j.Variant.getMissing()
* @param defaultVersion Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(1836)
net.rgielen.com4j.office2010.excel.PivotTable createPivotTable(
java.lang.Object tableDestination,
@Optional java.lang.Object tableName,
@Optional java.lang.Object readData,
@Optional java.lang.Object defaultVersion);
/**
*
* Getter method for the COM property "UseLocalConnection"
*
*/
@DISPID(1837)
@PropGet
boolean useLocalConnection();
/**
*
* Setter method for the COM property "UseLocalConnection"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1837)
@PropPut
void useLocalConnection(
boolean rhs);
/**
*
* Getter method for the COM property "ADOConnection"
*
*/
@DISPID(2074)
@PropGet
com4j.Com4jObject adoConnection();
/**
*
* Getter method for the COM property "IsConnected"
*
*/
@DISPID(2075)
@PropGet
boolean isConnected();
/**
*/
@DISPID(2076)
void makeConnection();
/**
*
* Getter method for the COM property "OLAP"
*
*/
@DISPID(2077)
@PropGet
boolean olap();
/**
*
* Getter method for the COM property "SourceType"
*
*/
@DISPID(685)
@PropGet
net.rgielen.com4j.office2010.excel.XlPivotTableSourceType sourceType();
/**
*
* Getter method for the COM property "MissingItemsLimit"
*
*/
@DISPID(2078)
@PropGet
net.rgielen.com4j.office2010.excel.XlPivotTableMissingItems missingItemsLimit();
/**
*
* Setter method for the COM property "MissingItemsLimit"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlPivotTableMissingItems parameter.
*/
@DISPID(2078)
@PropPut
void missingItemsLimit(
net.rgielen.com4j.office2010.excel.XlPivotTableMissingItems rhs);
/**
*
* Getter method for the COM property "SourceConnectionFile"
*
*/
@DISPID(2079)
@PropGet
java.lang.String sourceConnectionFile();
/**
*
* Setter method for the COM property "SourceConnectionFile"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(2079)
@PropPut
void sourceConnectionFile(
java.lang.String rhs);
/**
*
* Getter method for the COM property "SourceDataFile"
*
*/
@DISPID(2080)
@PropGet
java.lang.String sourceDataFile();
/**
*
* Getter method for the COM property "RobustConnect"
*
*/
@DISPID(2081)
@PropGet
net.rgielen.com4j.office2010.excel.XlRobustConnect robustConnect();
/**
*
* Setter method for the COM property "RobustConnect"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlRobustConnect parameter.
*/
@DISPID(2081)
@PropPut
void robustConnect(
net.rgielen.com4j.office2010.excel.XlRobustConnect rhs);
/**
* @param odcFileName Mandatory java.lang.String parameter.
* @param description Optional parameter. Default value is com4j.Variant.getMissing()
* @param keywords Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(2082)
void saveAsODC(
java.lang.String odcFileName,
@Optional java.lang.Object description,
@Optional java.lang.Object keywords);
/**
*
* Getter method for the COM property "WorkbookConnection"
*
*/
@DISPID(2544)
@PropGet
net.rgielen.com4j.office2010.excel.WorkbookConnection workbookConnection();
/**
*
* Getter method for the COM property "Version"
*
*/
@DISPID(392)
@PropGet
net.rgielen.com4j.office2010.excel.XlPivotTableVersionList version();
/**
*
* Getter method for the COM property "UpgradeOnRefresh"
*
*/
@DISPID(2545)
@PropGet
boolean upgradeOnRefresh();
/**
*
* Setter method for the COM property "UpgradeOnRefresh"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2545)
@PropPut
void upgradeOnRefresh(
boolean rhs);
// Properties:
}