com.esri.arcgis.system
Interface IXMLTypeMapper2

All Superinterfaces:
IXMLTypeMapper, java.io.Serializable
All Known Implementing Classes:
IXMLTypeMapper2Proxy, XMLTypeMapper

public interface IXMLTypeMapper2
extends IXMLTypeMapper, java.io.Serializable

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

Description: 'Provides access to members that convert to and from XML to native types.' 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 IID39fdb45d_2b8e_4e07_a24c_55d722bc4bac
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IXMLTypeMapper
IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b
 
Method Summary
 java.lang.String fromInt64(long value)
          Converts an int64 to an XML integer.
 long toInt64(java.lang.String text)
          Converts an XML integer to an int64.
 
Methods inherited from interface com.esri.arcgis.system.IXMLTypeMapper
fromBinary, fromBoolean, fromByte, fromDate, fromDouble, fromFloat, fromInteger, fromShort, toBinary, toBoolean, toByte, toDate, toDouble, toFloat, toInteger, toObject, toShort
 

Field Detail

IID39fdb45d_2b8e_4e07_a24c_55d722bc4bac

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

fromInt64

java.lang.String fromInt64(long value)
                           throws java.io.IOException,
                                  AutomationException
Converts an int64 to an XML integer.

Parameters:
value - Signed 64-bit int (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toInt64

long toInt64(java.lang.String text)
             throws java.io.IOException,
                    AutomationException
Converts an XML integer to an int64.

Parameters:
text - The text (in)
Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.