public interface esriXmlSetPropertyAction
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriXSPAAddOrReplace
static final int esriXSPAAddIfNotExists
static final int esriXSPAReplaceIfExists
static final int esriXSPAAddDuplicate