|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachmentInfo
Provides access to members that describe an attachment.
Method Summary | |
---|---|
int |
getAttachmentID()
ID that uniquely identifies an attachment. |
String |
getContentType()
Content type that indicates the type of the mime content. |
String |
getName()
Descriptive name of an attachment. |
int |
getParentID()
The source ID that to which the attachment is associated to. |
int |
getSize()
The size of the attachment. |
void |
setContentType(String contentType)
Content type that indicates the type of the mime content. |
void |
setName(String name)
Descriptive name of an attachment. |
void |
setParentID(int oID)
The source ID that to which the attachment is associated to. |
Method Detail |
---|
int getAttachmentID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getParentID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentID(int oID) throws IOException, AutomationException
oID
- The oID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getContentType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContentType(String contentType) throws IOException, AutomationException
contentType
- The contentType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSize() throws IOException, AutomationException
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 |