com.esri.arcgis.spatialanalyst
Interface IGPSATextTableNameDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSATextTableNameDomain, IGPSATextTableNameDomainProxy

public interface IGPSATextTableNameDomain
extends java.io.Serializable

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

Description: 'Provides access to The IGPSATextTableNameDomain Domain.' 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 IID53e8fa93_7b24_4909_8b9b_c58dbad16736
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getExtension()
          Extension.
 void setExtension(java.lang.String extension)
          Extension.
 

Field Detail

IID53e8fa93_7b24_4909_8b9b_c58dbad16736

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

setExtension

void setExtension(java.lang.String extension)
                  throws java.io.IOException,
                         AutomationException
Extension.

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

getExtension

java.lang.String getExtension()
                              throws java.io.IOException,
                                     AutomationException
Extension.

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