com.esri.arcgis.geodatabase
Interface esriXmlSetPropertyAction

All Superinterfaces:
java.io.Serializable

public interface esriXmlSetPropertyAction
extends java.io.Serializable

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

Description: 'Actions that can be taken when setting the value of an metadata element.' 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 esriXSPAAddDuplicate
          Always adds a new element.
static int esriXSPAAddIfNotExists
          Adds a new element if it doesn't already exist.
static int esriXSPAAddOrReplace
          Adds a new element or sets its value if the element already exists.
static int esriXSPAReplaceIfExists
          Sets the value of an element that already exists.
 

Field Detail

esriXSPAAddOrReplace

static final int esriXSPAAddOrReplace
Adds a new element or sets its value if the element already exists.

See Also:
Constant Field Values

esriXSPAAddIfNotExists

static final int esriXSPAAddIfNotExists
Adds a new element if it doesn't already exist.

See Also:
Constant Field Values

esriXSPAReplaceIfExists

static final int esriXSPAReplaceIfExists
Sets the value of an element that already exists.

See Also:
Constant Field Values

esriXSPAAddDuplicate

static final int esriXSPAAddDuplicate
Always adds a new element.

See Also:
Constant Field Values