com.esri.arcgis.server
Interface IServerObjectTypeInfo2

All Superinterfaces:
IServerObjectTypeInfo, Serializable
All Known Subinterfaces:
IServerObjectTypeInfo3
All Known Implementing Classes:
IServerObjectTypeInfo2Proxy, IServerObjectTypeInfo3Proxy, ServerObjectTypeInfo

public interface IServerObjectTypeInfo2
extends IServerObjectTypeInfo, Serializable

Provides access to properties of a server object type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDisplayName()
          Display name of the server object type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo
getDescription, getName
 

Method Detail

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
Display name of the server object type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.