public interface IJSONObject2 extends IJSONObject, java.io.Serializable
Description: 'Provides simplified DOM-like JSON serialization and de-serialization API.' 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 |
IID2bbe5286_7c65_4fe4_9d51_c9f2a764dc10 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDeea70515_fa6b_4dee_ab79_d7935bf3a838
Modifier and Type | Method and Description |
---|---|
void |
addInt64(java.lang.String name,
long value)
Adds new member name-value pair to the member collection.
|
void |
addUInt64(java.lang.String name,
long value)
Adds new member name-value pair to the member collection.
|
boolean |
tryGetValueAsInt64(java.lang.String name,
long[] value)
Returns member value for a given name as LONGLONG.
|
boolean |
tryGetValueAsUInt64(java.lang.String name,
long[] value)
Returns member value for a given name as ULONGLONG.
|
boolean |
tryGetValueAsVariant(java.lang.String name,
int variantType,
java.lang.Object[] value)
Returns member value for a given name as a VARIANT of the requested type.
|
add, addBoolean, addDate, addDouble, addDoubleEx, addJSONArray, addJSONObject, addLong, addNull, addString, clearAll, createMemberArray, createMemberObject, getMemberAt, getMemberCount, isCaseSensitiveNames, isValueNull, makeValueNull, memberExists, parseJSON, parseString, removeMember, setCaseSensitiveNames, toJSON, toJSONString, tryGetValue, tryGetValueAsArray, tryGetValueAsBoolean, tryGetValueAsDate, tryGetValueAsDouble, tryGetValueAsLong, tryGetValueAsObject, tryGetValueAsString
static final int IID2bbe5286_7c65_4fe4_9d51_c9f2a764dc10
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.void addUInt64(java.lang.String name, long value) throws java.io.IOException, AutomationException
name
- The name (in)value
- Unsigned 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean tryGetValueAsInt64(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.boolean tryGetValueAsUInt64(java.lang.String name, long[] value) throws java.io.IOException, AutomationException
name
- The name (in)value
- Unsigned 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean tryGetValueAsVariant(java.lang.String name, int variantType, java.lang.Object[] value) throws java.io.IOException, AutomationException
name
- The name (in)variantType
- The variantType (in)value
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.