com.esri.arcgis.geoprocessing
Class IMdListProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IMdListProxy
All Implemented Interfaces:
IMdList, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMdList'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to properties/methods of a model list.' 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 =

public class IMdListProxy
extends com.esri.arcgis.interop.Dispatch
implements IMdList, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IMdList
IID, IID9c5185c9_dfdd_4452_9f64_5ba4803dbd6f
 
Constructor Summary
  IMdListProxy()
          Deprecated. For internal use only
  IMdListProxy(java.lang.Object obj)
          Deprecated.  
protected IMdListProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMdListProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMdListProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addValue(IGPValue pValue)
          Deprecated. Adds a value.
 int getAlteredFlag(int index)
          Deprecated. Indicates whether the value has been explicitly set (by the user).
 int getCount()
          Deprecated. The list count.
 int getCurrentIndex()
          Deprecated. The current index.
 IMdVariable getFeedbackVariable()
          Deprecated. Feedback variable.
 int getListType()
          Deprecated. Indicates the list type.
 int getValence()
          Deprecated. Get valence.
 IGPValue getValue(int index)
          Deprecated. The value at the specifed index.
 void getValues(boolean bClone, IArray[] ppValues, ILongArray[] ppFlags)
          Deprecated. The values.
 void insertValue(int index, IGPValue pValue)
          Deprecated. Inserts a value.
 boolean isAlteredFlag()
          Deprecated. Indicates whether the value has been explicitly set (by the user).
 void moveValue(int index, int direction)
          Deprecated. Moves the specified value.
 void removeAll()
          Deprecated. Removes all values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeValue(int index)
          Deprecated. Removes the specified value.
 void setAlteredFlag(boolean altered)
          Deprecated. Indicates whether the value has been explicitly set (by the user).
 void setAlteredFlag2(int index, int flag)
          Deprecated. Indicates whether the value has been explicitly set (by the user).
 void setCurrentIndex(int index)
          Deprecated. The current index.
 void setFeedbackVariableByRef(IMdVariable ppVariable)
          Deprecated. Feedback variable.
 void setListType(int type)
          Deprecated. Indicates the list type.
 void setValence(int valence)
          Deprecated. Set valence.
 void setValueByRef(int index, IGPValue ppValue)
          Deprecated. The value at the specifed index.
 void setValues(IArray pValues, ILongArray pFlags)
          Deprecated. The values.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMdListProxy

public IMdListProxy(java.lang.String CLSID,
                    java.lang.String host,
                    com.esri.arcgis.interop.AuthInfo authInfo)
             throws java.net.UnknownHostException,
                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMdListProxy

public IMdListProxy()
Deprecated. 
For internal use only


IMdListProxy

public IMdListProxy(java.lang.Object obj)
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMdListProxy

protected IMdListProxy(java.lang.Object obj,
                       java.lang.String iid)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMdListProxy

protected IMdListProxy(java.lang.String CLSID,
                       java.lang.String iid,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getListType

public int getListType()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates the list type.

Specified by:
getListType in interface IMdList
Returns:
A com.esri.arcgis.geoprocessing.esriMdListType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setListType

public void setListType(int type)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates the list type.

Specified by:
setListType in interface IMdList
Parameters:
type - A com.esri.arcgis.geoprocessing.esriMdListType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentIndex

public int getCurrentIndex()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The current index.

Specified by:
getCurrentIndex in interface IMdList
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentIndex

public void setCurrentIndex(int index)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The current index.

Specified by:
setCurrentIndex in interface IMdList
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The list count.

Specified by:
getCount in interface IMdList
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public IGPValue getValue(int index)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The value at the specifed index.

Specified by:
getValue in interface IMdList
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueByRef

public void setValueByRef(int index,
                          IGPValue ppValue)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The value at the specifed index.

Specified by:
setValueByRef in interface IMdList
Parameters:
index - The index (in)
ppValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addValue

public void addValue(IGPValue pValue)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds a value.

Specified by:
addValue in interface IMdList
Parameters:
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertValue

public void insertValue(int index,
                        IGPValue pValue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Inserts a value.

Specified by:
insertValue in interface IMdList
Parameters:
index - The index (in)
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveValue

public void moveValue(int index,
                      int direction)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Moves the specified value.

Specified by:
moveValue in interface IMdList
Parameters:
index - The index (in)
direction - The direction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeValue

public void removeValue(int index)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Removes the specified value.

Specified by:
removeValue in interface IMdList
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Removes all values.

Specified by:
removeAll in interface IMdList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValues

public void getValues(boolean bClone,
                      IArray[] ppValues,
                      ILongArray[] ppFlags)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The values.

Specified by:
getValues in interface IMdList
Parameters:
bClone - The bClone (in)
ppValues - A reference to a com.esri.arcgis.system.IArray (out: use single element array)
ppFlags - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValues

public void setValues(IArray pValues,
                      ILongArray pFlags)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The values.

Specified by:
setValues in interface IMdList
Parameters:
pValues - A reference to a com.esri.arcgis.system.IArray (in)
pFlags - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeedbackVariable

public IMdVariable getFeedbackVariable()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Feedback variable.

Specified by:
getFeedbackVariable in interface IMdList
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdVariable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeedbackVariableByRef

public void setFeedbackVariableByRef(IMdVariable ppVariable)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Feedback variable.

Specified by:
setFeedbackVariableByRef in interface IMdList
Parameters:
ppVariable - A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValence

public int getValence()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Get valence.

Specified by:
getValence in interface IMdList
Returns:
The valence
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValence

public void setValence(int valence)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Set valence.

Specified by:
setValence in interface IMdList
Parameters:
valence - The valence (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAlteredFlag

public boolean isAlteredFlag()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether the value has been explicitly set (by the user).

Specified by:
isAlteredFlag in interface IMdList
Returns:
The altered
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlteredFlag

public void setAlteredFlag(boolean altered)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the value has been explicitly set (by the user).

Specified by:
setAlteredFlag in interface IMdList
Parameters:
altered - The altered (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAlteredFlag

public int getAlteredFlag(int index)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether the value has been explicitly set (by the user).

Specified by:
getAlteredFlag in interface IMdList
Parameters:
index - The index (in)
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlteredFlag2

public void setAlteredFlag2(int index,
                            int flag)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether the value has been explicitly set (by the user).

Specified by:
setAlteredFlag2 in interface IMdList
Parameters:
index - The index (in)
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.