public interface IXMLTypeMapper2 extends IXMLTypeMapper, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID39fdb45d_2b8e_4e07_a24c_55d722bc4bac |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b
Modifier and Type | Method and Description |
---|---|
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.
|
fromBinary, fromBoolean, fromByte, fromDate, fromDouble, fromFloat, fromInteger, fromShort, toBinary, toBoolean, toByte, toDate, toDouble, toFloat, toInteger, toObject, toShort
static final int IID39fdb45d_2b8e_4e07_a24c_55d722bc4bac
static final int xxDummy
static final java.lang.String IID
java.lang.String fromInt64(long value) throws java.io.IOException, AutomationException
value
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long toInt64(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.