public interface IAttachmentData
extends java.io.Serializable
Description: 'Provides access to members that describe 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID289e0bc8_26f4_4391_8a4b_87d6e133dff4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IAttachmentInfo |
getAttachmentInfo()
Content type that indicates the type of the mime content.
|
byte[] |
getData()
Attachment as bytes.
|
int |
getTransportType()
Transport Type.
|
java.lang.String |
getURL()
URL.
|
void |
setAttachmentInfoByRef(IAttachmentInfo attachmentInfo)
Content type that indicates the type of the mime content.
|
void |
setData(byte[] data)
Attachment as bytes.
|
void |
setTransportType(int transportType)
Transport Type.
|
void |
setURL(java.lang.String uRL)
URL.
|
static final int IID289e0bc8_26f4_4391_8a4b_87d6e133dff4
static final int xxDummy
static final java.lang.String IID
byte[] getData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setData(byte[] data) throws java.io.IOException, AutomationException
data
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAttachmentInfo getAttachmentInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAttachmentInfoByRef(IAttachmentInfo attachmentInfo) throws java.io.IOException, AutomationException
attachmentInfo
- A reference to a com.esri.arcgis.geodatabase.IAttachmentInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String uRL) throws java.io.IOException, AutomationException
uRL
- The uRL (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTransportType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTransportType(int transportType) throws java.io.IOException, AutomationException
transportType
- A com.esri.arcgis.system.esriTransportType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.