public interface xmlSerializeError
extends java.io.Serializable
Description: 'XML Serialize Error Codes.' 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 int |
XML_SERIALIZE_E_CANT_MAP_XMLTYPE_TO_CLASS
Unable to instantiate a class for a given xml type.
|
static int |
XML_SERIALIZE_E_CONVFAILED
Type conversion failed XML serialize error.
|
static int |
XML_SERIALIZE_E_INVALIDENUMVALUE
Invalid enum value XML serialize error.
|
static int |
XML_SERIALIZE_E_UNKNOWN
Unknown XML serialize error.
|
static final int XML_SERIALIZE_E_UNKNOWN
static final int XML_SERIALIZE_E_INVALIDENUMVALUE
static final int XML_SERIALIZE_E_CONVFAILED
static final int XML_SERIALIZE_E_CANT_MAP_XMLTYPE_TO_CLASS