com.esri.arcgis.system
Interface INumberFormatOperations

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngleFormat, CurrencyFormat, CustomNumberFormat, DirectionFormat, FractionFormat, INumberFormatOperationsProxy, LatLonFormat, NumericFormat, PercentageFormat, RateFormat, ScientificFormat

public interface INumberFormatOperations
extends java.io.Serializable

COM Interface 'INumberFormatOperations'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to common operations on formatted 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5ef43b7e_3bc1_4b25_a5c0_08218c75be06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double increment(double value)
          Increments a value according to the numbers format.
 

Field Detail

IID5ef43b7e_3bc1_4b25_a5c0_08218c75be06

static final int IID5ef43b7e_3bc1_4b25_a5c0_08218c75be06
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

increment

double increment(double value)
                 throws java.io.IOException,
                        AutomationException
Increments a value according to the numbers format.

Parameters:
value - The value (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.