|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPMultiValue
COM Interface 'IGPMultiValue'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a multi-value object.' 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 |
IIDf38c53bd_e600_463c_8440_00eb607f526f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addValue(IGPValue value)
Adds the given value object to the multi-value object. |
int |
getCount()
The number of values currently contained in the multi-value object. |
IGPDataType |
getMemberDataType()
The data type of value objects accepted by the multi-value object. |
IGPValue |
getValue(int index)
The value at the specified index. |
IEnumGPValue |
getValues()
An enumeration of values contained in the multi-value object. |
void |
insert(int index,
IGPValue value)
Inserts the given value object to the multi-value object at the specified index. |
void |
remove(int index)
Removes the value object at the given index from the multi-value object. |
void |
removeValue(IGPValue value)
Removes the given value object from the multi-value object. |
void |
replace(int index,
IGPValue value)
Replaces the value object at the given index with the given value object. |
void |
setMemberDataTypeByRef(IGPDataType type)
The data type of value objects accepted by the multi-value object. |
Field Detail |
---|
static final int IIDf38c53bd_e600_463c_8440_00eb607f526f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGPValue getValue(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.IEnumGPValue getValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMemberDataTypeByRef(IGPDataType type) throws java.io.IOException, AutomationException
type
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDataType getMemberDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addValue(IGPValue value) throws java.io.IOException, AutomationException
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGPValue value) throws java.io.IOException, AutomationException
index
- The index (in)value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeValue(IGPValue value) throws java.io.IOException, AutomationException
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(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 replace(int index, IGPValue value) throws java.io.IOException, AutomationException
index
- The index (in)value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
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 |