|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJSONObject2
COM Interface 'IJSONObject2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2bbe5286_7c65_4fe4_9d51_c9f2a764dc10
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.system.IJSONObject |
|---|
IIDeea70515_fa6b_4dee_ab79_d7935bf3a838 |
| Method Summary | |
|---|---|
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 valuefor a given name as a VARIANT of the requested type. |
| Methods inherited from interface com.esri.arcgis.system.IJSONObject |
|---|
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 |
| Field Detail |
|---|
static final int IID2bbe5286_7c65_4fe4_9d51_c9f2a764dc10
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||