com.esri.arcgis.geodatabase
Interface esriMetadataSyncAction

All Superinterfaces:
java.io.Serializable

public interface esriMetadataSyncAction
extends java.io.Serializable

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

Description: 'Metadata is created and properties are added to it based on these options.' 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 esriMSAAccessed
          Properties are added to metadata when it is accessed; metadata is created if it doesn't already exist.
static int esriMSAAlways
          Properties are added to metadata always; metadata is created if it doesn't already exist.
static int esriMSACreated
          Metadata is created and properties are added to it when metadata doesn't already exist.
static int esriMSANotCreated
          Properties are added to existing metadata.
static int esriMSAOverwrite
          Same as esriMSAAlways, except that individual tags are always updated, regardless of the value of the Sync attribute.
static int esriMSASelective
          Same as esriMSAOverwrite, except that certain perperties (Name and ContentType as of now) won't be overwrite.
 

Field Detail

esriMSAAccessed

static final int esriMSAAccessed
Properties are added to metadata when it is accessed; metadata is created if it doesn't already exist.

See Also:
Constant Field Values

esriMSAAlways

static final int esriMSAAlways
Properties are added to metadata always; metadata is created if it doesn't already exist.

See Also:
Constant Field Values

esriMSACreated

static final int esriMSACreated
Metadata is created and properties are added to it when metadata doesn't already exist.

See Also:
Constant Field Values

esriMSANotCreated

static final int esriMSANotCreated
Properties are added to existing metadata.

See Also:
Constant Field Values

esriMSAOverwrite

static final int esriMSAOverwrite
Same as esriMSAAlways, except that individual tags are always updated, regardless of the value of the Sync attribute.

See Also:
Constant Field Values

esriMSASelective

static final int esriMSASelective
Same as esriMSAOverwrite, except that certain perperties (Name and ContentType as of now) won't be overwrite.

See Also:
Constant Field Values