public interface IStatisticDescription
extends java.io.Serializable
Description: 'Provides access to properties describing a statistic to be requested from a data source.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID126232df_c5fa_486b_8424_7efd1262b2b1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResultFieldName()
Optional name of field containing result.
|
java.lang.String |
getStatisticFieldName()
Name of field for which statistic should be calculated.
|
int |
getStatisticType()
Type of statistic.
|
void |
setResultFieldName(java.lang.String resultFieldName)
Optional name of field containing result.
|
void |
setStatisticFieldName(java.lang.String statFieldName)
Name of field for which statistic should be calculated.
|
void |
setStatisticType(int statType)
Type of statistic.
|
static final int IID126232df_c5fa_486b_8424_7efd1262b2b1
static final int xxDummy
static final java.lang.String IID
java.lang.String getStatisticFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatisticFieldName(java.lang.String statFieldName) throws java.io.IOException, AutomationException
statFieldName
- The statFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStatisticType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStatisticType(int statType) throws java.io.IOException, AutomationException
statType
- A com.esri.arcgis.geodatabase.esriDataStatType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getResultFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResultFieldName(java.lang.String resultFieldName) throws java.io.IOException, AutomationException
resultFieldName
- The resultFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.