com.esri.arcgis.system
Class INumericFormatProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.INumericFormatProxy
All Implemented Interfaces:
INumericFormat, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INumericFormat'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that format numbers.' 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 INumericFormatProxy
extends com.esri.arcgis.interop.Dispatch
implements INumericFormat, 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.system.INumericFormat
IID, IID7e4f4710_8e54_11d2_aad8_000000000000
 
Constructor Summary
  INumericFormatProxy()
          Deprecated. For internal use only
  INumericFormatProxy(java.lang.Object obj)
          Deprecated.  
protected INumericFormatProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INumericFormatProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INumericFormatProxy(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.  
 int getAlignmentOption()
          Deprecated. The alignment option applied to the ValueToString method.
 int getAlignmentWidth()
          Deprecated. The alignment width applied to the ValueToString method.
 int getRoundingOption()
          Deprecated. The rounding option applied to the ValueToString method.
 int getRoundingValue()
          Deprecated. The rounding value, whose meaning depends on the rounding option.
 boolean isShowPlusSign()
          Deprecated. Indicates if formatted numbers contain a plus sign for positive numbers.
 boolean isUseSeparator()
          Deprecated. Indicates if formatted numbers contain digit grouping symbols.
 boolean isZeroPad()
          Deprecated. Indicates if formatted numbers contain padded zeros to the right of the decimal.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAlignmentOption(int option)
          Deprecated. The alignment option applied to the ValueToString method.
 void setAlignmentWidth(int width)
          Deprecated. The alignment width applied to the ValueToString method.
 void setRoundingOption(int pption)
          Deprecated. The rounding option applied to the ValueToString method.
 void setRoundingValue(int value)
          Deprecated. The rounding value, whose meaning depends on the rounding option.
 void setShowPlusSign(boolean show)
          Deprecated. Indicates if formatted numbers contain a plus sign for positive numbers.
 void setUseSeparator(boolean sep)
          Deprecated. Indicates if formatted numbers contain digit grouping symbols.
 void setZeroPad(boolean pad)
          Deprecated. Indicates if formatted numbers contain padded zeros to the right of the decimal.
 
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

INumericFormatProxy

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

INumericFormatProxy

public INumericFormatProxy()
Deprecated. 
For internal use only


INumericFormatProxy

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

INumericFormatProxy

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

INumericFormatProxy

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

setRoundingOption

public void setRoundingOption(int pption)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The rounding option applied to the ValueToString method.

Specified by:
setRoundingOption in interface INumericFormat
Parameters:
pption - A com.esri.arcgis.system.esriRoundingOptionEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRoundingOption

public int getRoundingOption()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The rounding option applied to the ValueToString method.

Specified by:
getRoundingOption in interface INumericFormat
Returns:
A com.esri.arcgis.system.esriRoundingOptionEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRoundingValue

public void setRoundingValue(int value)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The rounding value, whose meaning depends on the rounding option.

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

getRoundingValue

public int getRoundingValue()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The rounding value, whose meaning depends on the rounding option.

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

setAlignmentOption

public void setAlignmentOption(int option)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The alignment option applied to the ValueToString method.

Specified by:
setAlignmentOption in interface INumericFormat
Parameters:
option - A com.esri.arcgis.system.esriNumericAlignmentEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAlignmentOption

public int getAlignmentOption()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The alignment option applied to the ValueToString method.

Specified by:
getAlignmentOption in interface INumericFormat
Returns:
A com.esri.arcgis.system.esriNumericAlignmentEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlignmentWidth

public void setAlignmentWidth(int width)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The alignment width applied to the ValueToString method.

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

getAlignmentWidth

public int getAlignmentWidth()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The alignment width applied to the ValueToString method.

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

setUseSeparator

public void setUseSeparator(boolean sep)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if formatted numbers contain digit grouping symbols.

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

isUseSeparator

public boolean isUseSeparator()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if formatted numbers contain digit grouping symbols.

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

setZeroPad

public void setZeroPad(boolean pad)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if formatted numbers contain padded zeros to the right of the decimal.

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

isZeroPad

public boolean isZeroPad()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if formatted numbers contain padded zeros to the right of the decimal.

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

setShowPlusSign

public void setShowPlusSign(boolean show)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if formatted numbers contain a plus sign for positive numbers.

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

isShowPlusSign

public boolean isShowPlusSign()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if formatted numbers contain a plus sign for positive numbers.

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