public interface IXMLTypeMapper3 extends IXMLTypeMapper2, 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 |
IID551c10e7_ae94_4fdf_8d24_4b55f674c8fa |
static int |
xxDummy
Deprecated.
Internal use only
|
IID39fdb45d_2b8e_4e07_a24c_55d722bc4bac
IIDa9a5de92_e3c9_4940_b0f4_6d93cdf2602b
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fromUInteger(int value)
Converts an unsigned long to an XML integer.
|
java.lang.String |
fromUShort(short value)
Converts an unsigned short to an XML short.
|
int |
toUInteger(java.lang.String text)
Converts an XML integer to an unsigned long.
|
short |
toUShort(java.lang.String text)
Converts an XML short to an unsigned short.
|
fromInt64, toInt64
fromBinary, fromBoolean, fromByte, fromDate, fromDouble, fromFloat, fromInteger, fromShort, toBinary, toBoolean, toByte, toDate, toDouble, toFloat, toInteger, toObject, toShort
static final int IID551c10e7_ae94_4fdf_8d24_4b55f674c8fa
static final int xxDummy
static final java.lang.String IID
short toUShort(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.int toUInteger(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.java.lang.String fromUShort(short value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String fromUInteger(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.