public interface IXMLSerializeData2 extends IXMLSerializeData, java.io.Serializable
Description: 'Provides access to members that serialize and deserialize data from XML.' 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 |
IIDe9a0f087_f1f7_455b_9489_ff34e16b9cc7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5bb4a18d_43bc_41c5_987a_2206fd15488f| Modifier and Type | Method and Description |
|---|---|
void |
addInt64(java.lang.String name,
long value)
Adds element value as an int64.
|
long |
getInt64(int index)
Obtains element value as an int64.
|
addBinary, addBoolean, addByte, addDate, addDouble, addFloat, addInteger, addObject, addShort, addString, addVariant, find, getBinary, getBoolean, getByte, getCount, getDate, getDouble, getFlag, getFloat, getInteger, getObject, getProperties, getShort, getString, getTypeName, getTypeNamespaceURI, getVariant, setFlag, setPropertiesByRef, setTypeName, setTypeNamespaceURIstatic final int IIDe9a0f087_f1f7_455b_9489_ff34e16b9cc7
static final int xxDummy
static final java.lang.String IID
void addInt64(java.lang.String name,
long value)
throws java.io.IOException,
AutomationException
name - The name (in)value - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.long getInt64(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.