com.esri.arcgis.server
Interface IServerObjectTypeInfo2

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

public interface IServerObjectTypeInfo2
extends IServerObjectTypeInfo, java.io.Serializable

COM Interface 'IServerObjectTypeInfo2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to properties of a server object type.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9ee9aa24_dfcb_4de5_9091_fcabac13a7e1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo
IID1ef2395d_81eb_41fd_aa34_33e9fe2d8968
 
Method Summary
 java.lang.String getDisplayName()
          Display name of the server object type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectTypeInfo
getDescription, getName
 

Field Detail

IID9ee9aa24_dfcb_4de5_9091_fcabac13a7e1

static final int IID9ee9aa24_dfcb_4de5_9091_fcabac13a7e1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDisplayName

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

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