com.esri.arcgis.system
Class ILocaleInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.ILocaleInfoProxy
All Implemented Interfaces:
ILocaleInfo, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class ILocaleInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements ILocaleInfo, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.ILocaleInfo
IID, IID53325bda_65fa_4de0_901e_2b23fffb8764
 
Constructor Summary
  ILocaleInfoProxy()
          Deprecated. For internal use only
  ILocaleInfoProxy(java.lang.Object obj)
          Deprecated.  
protected ILocaleInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILocaleInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILocaleInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getCountryID()
          Deprecated. Obtains country identifier.
 java.lang.String getCountryName()
          Deprecated. English name of country.
 java.lang.String getDisplayName()
          Deprecated. English display name of the locale.
 int getLanguageID()
          Deprecated. Obtains language identifier.
 java.lang.String getLanguageName()
          Deprecated. English name of language.
 int getLocaleID()
          Deprecated. Obtains locale unique identifier.
 java.lang.String getLocalizedCountryName()
          Deprecated. Localized name of country.
 java.lang.String getLocalizedDisplayName()
          Deprecated. Localized display name of the locale.
 java.lang.String getLocalizedLanguageName()
          Deprecated. Localized name of language.
 java.lang.String getNativeCountryName()
          Deprecated. Native name of country.
 java.lang.String getNativeLanguageName()
          Deprecated. Native name of language.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCountryID(int countryID)
          Deprecated. Obtains country identifier.
 void setCountryName(java.lang.String country)
          Deprecated. English name of country.
 void setDisplayName(java.lang.String displayName)
          Deprecated. English display name of the locale.
 void setLanguageID(int languageID)
          Deprecated. Obtains language identifier.
 void setLanguageName(java.lang.String language)
          Deprecated. English name of language.
 void setLocaleID(int localeID)
          Deprecated. Obtains locale unique identifier.
 void setLocalizedCountryName(java.lang.String country)
          Deprecated. Localized name of country.
 void setLocalizedDisplayName(java.lang.String displayName)
          Deprecated. Localized display name of the locale.
 void setLocalizedLanguageName(java.lang.String language)
          Deprecated. Localized name of language.
 void setNativeCountryName(java.lang.String country)
          Deprecated. Native name of country.
 void setNativeLanguageName(java.lang.String language)
          Deprecated. Native name of language.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILocaleInfoProxy

public ILocaleInfoProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ILocaleInfoProxy

public ILocaleInfoProxy()
Deprecated. 
For internal use only


ILocaleInfoProxy

public ILocaleInfoProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILocaleInfoProxy

protected ILocaleInfoProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILocaleInfoProxy

protected ILocaleInfoProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getLocaleID

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

Specified by:
getLocaleID in interface ILocaleInfo
Returns:
The localeID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocaleID

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

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

getLanguageID

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

Specified by:
getLanguageID in interface ILocaleInfo
Returns:
The languageID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageID

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

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

getCountryID

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

Specified by:
getCountryID in interface ILocaleInfo
Returns:
The countryID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCountryID

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

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

getLanguageName

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

Specified by:
getLanguageName in interface ILocaleInfo
Returns:
The language
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageName

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

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

getCountryName

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

Specified by:
getCountryName in interface ILocaleInfo
Returns:
The country
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCountryName

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

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

getDisplayName

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

Specified by:
getDisplayName in interface ILocaleInfo
Returns:
The displayName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

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

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

getLocalizedLanguageName

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

Specified by:
getLocalizedLanguageName in interface ILocaleInfo
Returns:
The language
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocalizedLanguageName

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

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

getLocalizedCountryName

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

Specified by:
getLocalizedCountryName in interface ILocaleInfo
Returns:
The country
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocalizedCountryName

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

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

getLocalizedDisplayName

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

Specified by:
getLocalizedDisplayName in interface ILocaleInfo
Returns:
The displayName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocalizedDisplayName

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

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

getNativeLanguageName

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

Specified by:
getNativeLanguageName in interface ILocaleInfo
Returns:
The language
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNativeLanguageName

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

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

getNativeCountryName

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

Specified by:
getNativeCountryName in interface ILocaleInfo
Returns:
The country
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNativeCountryName

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

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