com.esri.arcgis.geoprocessing
Class IGPNumericDomainProxy

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

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

Description: 'Provides access to the properties/methods of a geoprocessing numeric domain 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 =

public class IGPNumericDomainProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPNumericDomain, 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.IGPNumericDomain
IID, IID8314b3a2_0001_450b_a503_7b152d2a6e28
 
Constructor Summary
  IGPNumericDomainProxy()
          Deprecated. For internal use only
  IGPNumericDomainProxy(java.lang.Object obj)
          Deprecated.  
protected IGPNumericDomainProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPNumericDomainProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPNumericDomainProxy(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.  
 double getHighLimit(boolean[] allowHighLimit)
          Deprecated. Returns the HighLimit property.
 double getLowLimit()
          Deprecated. Sets the lower limit value of the numeric domain object.
 boolean isAllowEmpty()
          Deprecated. Defines if empty is allowed.
 boolean isLowLimitInclusive()
          Deprecated. Defines the LowLimitInclusive property.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAllowEmpty(boolean allowEmpty)
          Deprecated. Defines if empty is allowed.
 void setHighLimit(boolean allowHighLimit, double highLimit)
          Deprecated. Defines the HighLimit property.
 void setLowLimit(double lowLimit)
          Deprecated. Sets the lower limit value of the numeric domain object.
 void setLowLimitInclusive(boolean bInclusive)
          Deprecated. Defines the LowLimitInclusive property.
 
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

IGPNumericDomainProxy

public IGPNumericDomainProxy(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

IGPNumericDomainProxy

public IGPNumericDomainProxy()
Deprecated. 
For internal use only


IGPNumericDomainProxy

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

IGPNumericDomainProxy

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

IGPNumericDomainProxy

protected IGPNumericDomainProxy(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

setAllowEmpty

public void setAllowEmpty(boolean allowEmpty)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Defines if empty is allowed.

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

isAllowEmpty

public boolean isAllowEmpty()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Defines if empty is allowed.

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

setLowLimit

public void setLowLimit(double lowLimit)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the lower limit value of the numeric domain object.

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

getLowLimit

public double getLowLimit()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets the lower limit value of the numeric domain object.

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

setLowLimitInclusive

public void setLowLimitInclusive(boolean bInclusive)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Defines the LowLimitInclusive property.

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

isLowLimitInclusive

public boolean isLowLimitInclusive()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Defines the LowLimitInclusive property.

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

setHighLimit

public void setHighLimit(boolean allowHighLimit,
                         double highLimit)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Defines the HighLimit property.

Specified by:
setHighLimit in interface IGPNumericDomain
Parameters:
allowHighLimit - The allowHighLimit (in)
highLimit - The highLimit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighLimit

public double getHighLimit(boolean[] allowHighLimit)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns the HighLimit property.

Specified by:
getHighLimit in interface IGPNumericDomain
Parameters:
allowHighLimit - The allowHighLimit (out: use single element array)
Returns:
The highLimit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.