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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID7e4f4710_8e54_11d2_aad8_000000000000
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public INumericFormatProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INumericFormatProxy()
public INumericFormatProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INumericFormatProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INumericFormatProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setRoundingOption(int pption) throws java.io.IOException, AutomationException
setRoundingOption
in interface INumericFormat
pption
- A com.esri.arcgis.system.esriRoundingOptionEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRoundingOption() throws java.io.IOException, AutomationException
getRoundingOption
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRoundingValue(int value) throws java.io.IOException, AutomationException
setRoundingValue
in interface INumericFormat
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRoundingValue() throws java.io.IOException, AutomationException
getRoundingValue
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAlignmentOption(int option) throws java.io.IOException, AutomationException
setAlignmentOption
in interface INumericFormat
option
- A com.esri.arcgis.system.esriNumericAlignmentEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getAlignmentOption() throws java.io.IOException, AutomationException
getAlignmentOption
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAlignmentWidth(int width) throws java.io.IOException, AutomationException
setAlignmentWidth
in interface INumericFormat
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getAlignmentWidth() throws java.io.IOException, AutomationException
getAlignmentWidth
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUseSeparator(boolean sep) throws java.io.IOException, AutomationException
setUseSeparator
in interface INumericFormat
sep
- The sep (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUseSeparator() throws java.io.IOException, AutomationException
isUseSeparator
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZeroPad(boolean pad) throws java.io.IOException, AutomationException
setZeroPad
in interface INumericFormat
pad
- The pad (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isZeroPad() throws java.io.IOException, AutomationException
isZeroPad
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setShowPlusSign(boolean show) throws java.io.IOException, AutomationException
setShowPlusSign
in interface INumericFormat
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isShowPlusSign() throws java.io.IOException, AutomationException
isShowPlusSign
in interface INumericFormat
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.