public interface ILocaleInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID53325bda_65fa_4de0_901e_2b23fffb8764 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID53325bda_65fa_4de0_901e_2b23fffb8764
static final int xxDummy
static final java.lang.String IID
int getLocaleID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocaleID(int localeID) throws java.io.IOException, AutomationException
localeID
- The localeID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLanguageID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLanguageID(int languageID) throws java.io.IOException, AutomationException
languageID
- The languageID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCountryID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCountryID(int countryID) throws java.io.IOException, AutomationException
countryID
- The countryID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLanguageName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLanguageName(java.lang.String language) throws java.io.IOException, AutomationException
language
- The language (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCountryName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCountryName(java.lang.String country) throws java.io.IOException, AutomationException
country
- The country (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDisplayName(java.lang.String displayName) throws java.io.IOException, AutomationException
displayName
- The displayName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLocalizedLanguageName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocalizedLanguageName(java.lang.String language) throws java.io.IOException, AutomationException
language
- The language (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLocalizedCountryName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocalizedCountryName(java.lang.String country) throws java.io.IOException, AutomationException
country
- The country (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLocalizedDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocalizedDisplayName(java.lang.String displayName) throws java.io.IOException, AutomationException
displayName
- The displayName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNativeLanguageName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNativeLanguageName(java.lang.String language) throws java.io.IOException, AutomationException
language
- The language (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNativeCountryName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNativeCountryName(java.lang.String country) throws java.io.IOException, AutomationException
country
- The country (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.