public interface IXmlPropertySetEdit
extends java.io.Serializable
Description: 'Provides access to members that edit metadata.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb2676165_2396_11d3_a63e_0008c7d3ae50 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String name)
Returns the set of values for the specified element.
|
void |
setDatasetByRef(IDataset rhs1)
Dataset whose metadata will be edited.
|
void |
setProperty(java.lang.String name,
java.lang.Object value,
int propType,
int action)
Sets the value of the specified element.
|
static final int IIDb2676165_2396_11d3_a63e_0008c7d3ae50
static final int xxDummy
static final java.lang.String IID
void setDatasetByRef(IDataset rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getProperty(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProperty(java.lang.String name, java.lang.Object value, int propType, int action) throws java.io.IOException, AutomationException
name
- The name (in)value
- A Variant (in)propType
- A com.esri.arcgis.geodatabase.esriXmlPropertyType constant (in)action
- A com.esri.arcgis.geodatabase.esriXmlSetPropertyAction constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.