com.esri.arcgis.system
Interface ICustomNumberFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CustomNumberFormat, ICustomNumberFormatProxy

public interface ICustomNumberFormat
extends java.io.Serializable

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

Description: 'Provides access to members that format numbers in a customizable way.' 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 IID7e4f4718_8e54_11d2_aad8_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFormatString()
          A user-defined format expression.
 void setFormatString(java.lang.String str)
          A user-defined format expression.
 

Field Detail

IID7e4f4718_8e54_11d2_aad8_000000000000

static final int IID7e4f4718_8e54_11d2_aad8_000000000000
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

setFormatString

void setFormatString(java.lang.String str)
                     throws java.io.IOException,
                            AutomationException
A user-defined format expression.

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

getFormatString

java.lang.String getFormatString()
                                 throws java.io.IOException,
                                        AutomationException
A user-defined format expression.

Returns:
The str
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.