|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachment
COM Interface 'IAttachment'. 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_09aa7076dce6
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getAttachmentID()
ID that uniquely identifies the attachment. |
java.lang.String |
getContentType()
Content type that describes the attachment data. |
IMemoryBlobStream |
getData()
Attachment data. |
java.lang.String |
getGlobalID()
Global ID that uniquely identifies the attachment. |
java.lang.String |
getName()
Name of the attachment. |
int |
getParentID()
Parent ID to which the attachment belongs. |
int |
getSize()
Size of the attachment data in bytes. |
void |
setContentType(java.lang.String contentType)
Content type that describes the attachment data. |
void |
setDataByRef(IMemoryBlobStream data)
Attachment data. |
void |
setName(java.lang.String name)
Name of the attachment. |
Field Detail |
---|
static final int IID475e3d30_5478_46c2_9547_09aa7076dce6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getAttachmentID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getParentID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContentType(java.lang.String contentType) throws java.io.IOException, AutomationException
contentType
- The contentType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getContentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataByRef(IMemoryBlobStream data) throws java.io.IOException, AutomationException
data
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMemoryBlobStream getData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |