com.esri.arcgis.catalog
Interface esriFindDateType

All Superinterfaces:
java.io.Serializable

public interface esriFindDateType
extends java.io.Serializable

Constants from esriFindDateType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Date that will be tested.' 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 int esriFindDateTypeContent
          Date criteria tests how current the data is.
static int esriFindDateTypeMetadata
          Date criteria tests how current the metadata is.
static int esriFindDateTypeNone
          No date criteria.
static int esriFindDateTypePublication
          Date criteria tests the publication date.
 

Field Detail

esriFindDateTypeNone

static final int esriFindDateTypeNone
No date criteria.

See Also:
Constant Field Values

esriFindDateTypeContent

static final int esriFindDateTypeContent
Date criteria tests how current the data is.

See Also:
Constant Field Values

esriFindDateTypePublication

static final int esriFindDateTypePublication
Date criteria tests the publication date.

See Also:
Constant Field Values

esriFindDateTypeMetadata

static final int esriFindDateTypeMetadata
Date criteria tests how current the metadata is.

See Also:
Constant Field Values