com.esri.arcgis.geodatabase
Interface IDatasetNameFileStat

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDatasetNameFileStat2
All Known Implementing Classes:
CoverageFeatureClassName, CoverageName, IDatasetNameFileStat2Proxy, IDatasetNameFileStatProxy, NetCDFRasterDatasetName, RasterDatasetName

public interface IDatasetNameFileStat
extends java.io.Serializable

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

Description: 'Provides access to members that control DatasetName 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 IID9db4594f_dc4b_457a_ae2e_ffea8bd8d72e
           
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.
 void setStatMode(int pAccessMode)
          The access mode.
 void setStatSize(int pSize)
          The size.
 void setStatTime(int dateMode, int pTime)
          The date modified/created/accessed.
 

Field Detail

IID9db4594f_dc4b_457a_ae2e_ffea8bd8d72e

static final int IID9db4594f_dc4b_457a_ae2e_ffea8bd8d72e
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

setStatTime

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

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

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 pTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatSize

void setStatSize(int pSize)
                 throws java.io.IOException,
                        AutomationException
The size.

Parameters:
pSize - The pSize (in)
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 pSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatMode

void setStatMode(int pAccessMode)
                 throws java.io.IOException,
                        AutomationException
The access mode.

Parameters:
pAccessMode - A com.esri.arcgis.geodatabase.esriDatasetFileStatAccessMode constant (in)
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.