com.esri.arcgis.catalog
Interface IGxObjectInternalName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxCadDataset, GxCoverageDataset, GxDatabase, GxDataGraph, GxDataset, GxDiskConnection, GxExcelFile, GxFeatureDefinitionPackage, GxFile, GxFolder, GxGDSGeodatabase, GxGeoprocessingResult, GxLayer, GxMap, GxMetadata, GxMSDFile, GxPackage, GxPCCoverage, GxPrjFile, GxRasterDataset, GxReport, GxSDCDataset, GxShapefileDataset, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxTextFile, GxTool, GxVpfDataset, GxWCSCoverage, GxWorkspaceFolder, IGxObjectInternalNameProxy, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService

public interface IGxObjectInternalName
extends java.io.Serializable

COM Interface 'IGxObjectInternalName'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manage the name object that the GxObject represents.' 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 IIDd3cc0862_a328_4b51_a05a_540bf20cef25
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IName getInternalObjectName()
          The Name for the internal object that this GxObject represents.
 void setInternalObjectNameByRef(IName internalObjectName)
          The Name for the internal object that this GxObject represents.
 

Field Detail

IIDd3cc0862_a328_4b51_a05a_540bf20cef25

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

getInternalObjectName

IName getInternalObjectName()
                            throws java.io.IOException,
                                   AutomationException
The Name for the internal object that this GxObject represents.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInternalObjectNameByRef

void setInternalObjectNameByRef(IName internalObjectName)
                                throws java.io.IOException,
                                       AutomationException
The Name for the internal object that this GxObject represents.

Parameters:
internalObjectName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.