|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.Attachment
public class Attachment
.
Constructor Summary | |
---|---|
Attachment()
Constructs a Attachment using ArcGIS Engine. |
|
Attachment(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Attachment theAttachment = (Attachment) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getAttachmentID()
ID that uniquely identifies the attachment. |
static String |
getClsid()
getClsid. |
String |
getContentType()
Content type that describes the attachment data. |
IMemoryBlobStream |
getData()
Attachment data. |
String |
getGlobalID()
Global ID that uniquely identifies the attachment. |
String |
getName()
Name of the attachment. |
int |
getParentID()
Parent ID to which the attachment belongs. |
int |
getSize()
Size of the attachment data in bytes. |
int |
hashCode()
the hashcode for this object |
void |
setContentType(String contentType)
Content type that describes the attachment data. |
void |
setDataByRef(IMemoryBlobStream data)
Attachment data. |
void |
setName(String name)
Name of the attachment. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public Attachment() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic Attachment(Object obj) throws IOException
Attachment theAttachment = (Attachment) obj;
obj
to Attachment
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getAttachmentID() throws IOException, AutomationException
getAttachmentID
in interface IAttachment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGlobalID() throws IOException, AutomationException
getGlobalID
in interface IAttachment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getParentID() throws IOException, AutomationException
getParentID
in interface IAttachment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface IAttachment
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IAttachment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContentType(String contentType) throws IOException, AutomationException
setContentType
in interface IAttachment
contentType
- The contentType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getContentType() throws IOException, AutomationException
getContentType
in interface IAttachment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSize() throws IOException, AutomationException
getSize
in interface IAttachment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataByRef(IMemoryBlobStream data) throws IOException, AutomationException
setDataByRef
in interface IAttachment
data
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMemoryBlobStream getData() throws IOException, AutomationException
getData
in interface IAttachment
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 |