com.esri.arcgis.geodatabase
Interface IDatasetFileStat

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDatasetFileStat2
All Known Implementing Classes:
IDatasetFileStat2Proxy, IDatasetFileStatProxy, RasterDataset

public interface IDatasetFileStat
extends java.io.Serializable

COM Interface 'IDatasetFileStat'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control Dataset file-based statistics.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID52d4a757_df71_47e0_aab8_ee302eb7acab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getStatMode()
          The access mode.
 int getStatSize()
          The size.
 int getStatTime(int dateMode)
          The date modified/created/accessed.
 

Field Detail

IID52d4a757_df71_47e0_aab8_ee302eb7acab

static final int IID52d4a757_df71_47e0_aab8_ee302eb7acab
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStatTime

int getStatTime(int dateMode)
                throws java.io.IOException,
                       AutomationException
The date modified/created/accessed.

Parameters:
dateMode - A com.esri.arcgis.geodatabase.esriDatasetFileStatTimeMode constant (in)
Returns:
The time
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatSize

int getStatSize()
                throws java.io.IOException,
                       AutomationException
The size.

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatMode

int getStatMode()
                throws java.io.IOException,
                       AutomationException
The access mode.

Returns:
A com.esri.arcgis.geodatabase.esriDatasetFileStatAccessMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.