com.esri.arcgis.system
Interface IPersistVariant

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageServerLayer, IPersistVariantProxy

public interface IPersistVariant
extends java.io.Serializable

COM Interface 'IPersistVariant'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members used for storage of an object through VARIANTs.' 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 IID67a4d651_69e0_11d2_8500_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID getID()
          The ID of the object.
 void load(IVariantStream stream)
          Loads the object properties from the stream.
 void save(IVariantStream stream)
          Saves the object properties to the stream.
 

Field Detail

IID67a4d651_69e0_11d2_8500_0000f875b9c6

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

getID

IUID getID()
           throws java.io.IOException,
                  AutomationException
The ID of the object.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(IVariantStream stream)
          throws java.io.IOException,
                 AutomationException
Loads the object properties from the stream.

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

save

void save(IVariantStream stream)
          throws java.io.IOException,
                 AutomationException
Saves the object properties to the stream.

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