public interface IXMLSerializeData3 extends IXMLSerializeData2, 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 |
IID40e0bbe2_974c_4ac1_b874_7740e355dead |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe9a0f087_f1f7_455b_9489_ff34e16b9cc7
IID5bb4a18d_43bc_41c5_987a_2206fd15488f
Modifier and Type | Method and Description |
---|---|
void |
addUInteger(java.lang.String name,
int value)
Adds element value as an unsigned integer.
|
void |
addUShort(java.lang.String name,
short value)
Adds element value as a unsigned short.
|
int |
getUInteger(int index)
Obtains element value as an unsigned integer.
|
short |
getUShort(int index)
Obtains element value as an unsigned short.
|
addInt64, getInt64
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, setTypeNamespaceURI
static final int IID40e0bbe2_974c_4ac1_b874_7740e355dead
static final int xxDummy
static final java.lang.String IID
short getUShort(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.int getUInteger(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.void addUShort(java.lang.String name, short value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addUInteger(java.lang.String name, int value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.