com.esri.arcgis.geodatabase
Interface esriXmlSetPropertyAction

All Superinterfaces:
Serializable

public interface esriXmlSetPropertyAction
extends Serializable

Actions that can be taken when setting the value of an metadata element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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