com.esri.arcgis.catalog
Interface IGxItemInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSDraft, GxAGSFeatureServer, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, GxServiceDefinition, IGxItemInfoProxy

public interface IGxItemInfo
extends java.io.Serializable

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

Description: 'Provides access to ItemInfo of GxObjects.' 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 IID5ebc0f34_e575_4f40_a36b_f7e3896ac9a2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IItemInfo getItemInfo()
          The ItemInfo of the service.
 boolean isCanEditItemInfo()
          Indicates whether the ItemInfo is editable.
 void setItemInfo(IItemInfo ppItemInfo)
          The ItemInfo of the service.
 

Field Detail

IID5ebc0f34_e575_4f40_a36b_f7e3896ac9a2

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

getItemInfo

IItemInfo getItemInfo()
                      throws java.io.IOException,
                             AutomationException
The ItemInfo of the service.

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

setItemInfo

void setItemInfo(IItemInfo ppItemInfo)
                 throws java.io.IOException,
                        AutomationException
The ItemInfo of the service.

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

isCanEditItemInfo

boolean isCanEditItemInfo()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the ItemInfo is editable.

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