|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceDataOptions
Service Data Options.
Method Summary | |
---|---|
String |
getETag()
ETag. |
String |
getFormat()
Object Data Format |
IPropertySet |
getProperties()
Properties for Service Data options. |
int |
getTransportType()
Transport Type |
void |
setETag(String eTag)
ETag. |
void |
setFormat(String format)
Object Data Format |
void |
setPropertiesByRef(IPropertySet optionsProperties)
Properties for Service Data options. |
void |
setTransportType(int transportType)
Transport Type |
Method Detail |
---|
String getETag() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setETag(String eTag) throws IOException, AutomationException
eTag
- The eTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet optionsProperties) throws IOException, AutomationException
optionsProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransportType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransportType(int transportType) throws IOException, AutomationException
transportType
- A com.esri.arcgis.system.esriTransportType constant (in)
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 |