com.esri.arcgis.system
Interface ILocaleInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILocaleInfoProxy, LocaleInfo

public interface ILocaleInfo
extends java.io.Serializable

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

Description: 'Provides access to members that control the locale information.' 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 IID53325bda_65fa_4de0_901e_2b23fffb8764
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCountryID()
          Obtains country identifier.
 java.lang.String getCountryName()
          English name of country.
 java.lang.String getDisplayName()
          English display name of the locale.
 int getLanguageID()
          Obtains language identifier.
 java.lang.String getLanguageName()
          English name of language.
 int getLocaleID()
          Obtains locale unique identifier.
 java.lang.String getLocalizedCountryName()
          Localized name of country.
 java.lang.String getLocalizedDisplayName()
          Localized display name of the locale.
 java.lang.String getLocalizedLanguageName()
          Localized name of language.
 java.lang.String getNativeCountryName()
          Native name of country.
 java.lang.String getNativeLanguageName()
          Native name of language.
 void setCountryID(int countryID)
          Obtains country identifier.
 void setCountryName(java.lang.String country)
          English name of country.
 void setDisplayName(java.lang.String displayName)
          English display name of the locale.
 void setLanguageID(int languageID)
          Obtains language identifier.
 void setLanguageName(java.lang.String language)
          English name of language.
 void setLocaleID(int localeID)
          Obtains locale unique identifier.
 void setLocalizedCountryName(java.lang.String country)
          Localized name of country.
 void setLocalizedDisplayName(java.lang.String displayName)
          Localized display name of the locale.
 void setLocalizedLanguageName(java.lang.String language)
          Localized name of language.
 void setNativeCountryName(java.lang.String country)
          Native name of country.
 void setNativeLanguageName(java.lang.String language)
          Native name of language.
 

Field Detail

IID53325bda_65fa_4de0_901e_2b23fffb8764

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

getLocaleID

int getLocaleID()
                throws java.io.IOException,
                       AutomationException
Obtains locale unique identifier.

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

setLocaleID

void setLocaleID(int localeID)
                 throws java.io.IOException,
                        AutomationException
Obtains locale unique identifier.

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

getLanguageID

int getLanguageID()
                  throws java.io.IOException,
                         AutomationException
Obtains language identifier.

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

setLanguageID

void setLanguageID(int languageID)
                   throws java.io.IOException,
                          AutomationException
Obtains language identifier.

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

getCountryID

int getCountryID()
                 throws java.io.IOException,
                        AutomationException
Obtains country identifier.

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

setCountryID

void setCountryID(int countryID)
                  throws java.io.IOException,
                         AutomationException
Obtains country identifier.

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

getLanguageName

java.lang.String getLanguageName()
                                 throws java.io.IOException,
                                        AutomationException
English name of language.

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

setLanguageName

void setLanguageName(java.lang.String language)
                     throws java.io.IOException,
                            AutomationException
English name of language.

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

getCountryName

java.lang.String getCountryName()
                                throws java.io.IOException,
                                       AutomationException
English name of country.

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

setCountryName

void setCountryName(java.lang.String country)
                    throws java.io.IOException,
                           AutomationException
English name of country.

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

getDisplayName

java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
English display name of the locale.

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

setDisplayName

void setDisplayName(java.lang.String displayName)
                    throws java.io.IOException,
                           AutomationException
English display name of the locale.

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

getLocalizedLanguageName

java.lang.String getLocalizedLanguageName()
                                          throws java.io.IOException,
                                                 AutomationException
Localized name of language.

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

setLocalizedLanguageName

void setLocalizedLanguageName(java.lang.String language)
                              throws java.io.IOException,
                                     AutomationException
Localized name of language.

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

getLocalizedCountryName

java.lang.String getLocalizedCountryName()
                                         throws java.io.IOException,
                                                AutomationException
Localized name of country.

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

setLocalizedCountryName

void setLocalizedCountryName(java.lang.String country)
                             throws java.io.IOException,
                                    AutomationException
Localized name of country.

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

getLocalizedDisplayName

java.lang.String getLocalizedDisplayName()
                                         throws java.io.IOException,
                                                AutomationException
Localized display name of the locale.

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

setLocalizedDisplayName

void setLocalizedDisplayName(java.lang.String displayName)
                             throws java.io.IOException,
                                    AutomationException
Localized display name of the locale.

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

getNativeLanguageName

java.lang.String getNativeLanguageName()
                                       throws java.io.IOException,
                                              AutomationException
Native name of language.

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

setNativeLanguageName

void setNativeLanguageName(java.lang.String language)
                           throws java.io.IOException,
                                  AutomationException
Native name of language.

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

getNativeCountryName

java.lang.String getNativeCountryName()
                                      throws java.io.IOException,
                                             AutomationException
Native name of country.

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

setNativeCountryName

void setNativeCountryName(java.lang.String country)
                          throws java.io.IOException,
                                 AutomationException
Native name of country.

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