Package com.sforce.soap.partner
Interface IReportChartComponent
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
ReportChartComponent
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetSize()element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSizebooleanbooleanbooleanbooleanvoidsetCacheData(boolean cacheData) voidsetContextFilterableField(String contextFilterableField) voidvoidsetHideOnError(boolean hideOnError) voidsetIncludeContext(boolean includeContext) voidsetShowTitle(boolean showTitle) voidsetSize(ReportChartSize size) Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
Method Details
-
getCacheData
boolean getCacheData()element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isCacheData
boolean isCacheData() -
setCacheData
void setCacheData(boolean cacheData) -
getContextFilterableField
String getContextFilterableField()element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setContextFilterableField
-
getError
String getError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setError
-
getHideOnError
boolean getHideOnError()element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isHideOnError
boolean isHideOnError() -
setHideOnError
void setHideOnError(boolean hideOnError) -
getIncludeContext
boolean getIncludeContext()element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isIncludeContext
boolean isIncludeContext() -
setIncludeContext
void setIncludeContext(boolean includeContext) -
getShowTitle
boolean getShowTitle()element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isShowTitle
boolean isShowTitle() -
setShowTitle
void setShowTitle(boolean showTitle) -
getSize
ReportChartSize getSize()element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSize -
setSize
-