com.esri.arcgis.system
Interface IXMLPersistedObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLPersistedObjectProxy, XMLPersistedObject

public interface IXMLPersistedObject
extends java.io.Serializable

COM Interface 'IXMLPersistedObject'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members to set or retrieve an object to be serialized to XML. The object must support IPersistStream or IPersistVariant.' 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 IIDe2015546_27b9_4ac4_bb8b_64b429513d44
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getObject()
          The object to be serialized to or deserialized from XML.
 void setObjectByRef(java.lang.Object ppObject)
          The object to be serialized to or deserialized from XML.
 

Field Detail

IIDe2015546_27b9_4ac4_bb8b_64b429513d44

static final int IIDe2015546_27b9_4ac4_bb8b_64b429513d44
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

getObject

java.lang.Object getObject()
                           throws java.io.IOException,
                                  AutomationException
The object to be serialized to or deserialized from XML.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectByRef

void setObjectByRef(java.lang.Object ppObject)
                    throws java.io.IOException,
                           AutomationException
The object to be serialized to or deserialized from XML.

Parameters:
ppObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.