com.esri.arcgis.geodatabase
Interface IAttachment2

All Superinterfaces:
IAttachment, java.io.Serializable
All Known Implementing Classes:
Attachment, IAttachment2Proxy

public interface IAttachment2
extends IAttachment, java.io.Serializable

COM Interface 'IAttachment2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members of an attachment.' 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 IID475e3d30_5478_46c2_9547_09aa7076d787
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IAttachment
IID475e3d30_5478_46c2_9547_09aa7076dce6
 
Method Summary
 java.lang.String getParentGlobalID()
          Parent global ID to which the attachment belongs.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IAttachment
getAttachmentID, getContentType, getData, getGlobalID, getName, getParentID, getSize, setContentType, setDataByRef, setName
 

Field Detail

IID475e3d30_5478_46c2_9547_09aa7076d787

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

getParentGlobalID

java.lang.String getParentGlobalID()
                                   throws java.io.IOException,
                                          AutomationException
Parent global ID to which the attachment belongs.

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