public interface esriMetadataSyncAction
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriMSAAccessed
static final int esriMSAAlways
static final int esriMSACreated
static final int esriMSANotCreated
static final int esriMSAOverwrite
static final int esriMSASelective