com.esri.arcgis.geodatabase
Interface IXmlPropertySetEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXmlPropertySetEditProxy, XmlPropertySetEdit

public interface IXmlPropertySetEdit
extends java.io.Serializable

COM Interface 'IXmlPropertySetEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb2676165_2396_11d3_a63e_0008c7d3ae50
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDb2676165_2396_11d3_a63e_0008c7d3ae50

static final int IIDb2676165_2396_11d3_a63e_0008c7d3ae50
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDatasetByRef

void setDatasetByRef(IDataset rhs1)
                     throws java.io.IOException,
                            AutomationException
Dataset whose metadata will be edited.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperty

java.lang.Object getProperty(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
Returns the set of values for the specified element.

Parameters:
name - The name (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

void setProperty(java.lang.String name,
                 java.lang.Object value,
                 int propType,
                 int action)
                 throws java.io.IOException,
                        AutomationException
Sets the value of the specified element.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.