com.esri.arcgis.server
Interface IServerObjectExtensionTypeInfo2

All Superinterfaces:
IServerObjectExtensionTypeInfo, java.io.Serializable
All Known Implementing Classes:
IServerObjectExtensionTypeInfo2Proxy, ServerObjectExtensionTypeInfo

public interface IServerObjectExtensionTypeInfo2
extends IServerObjectExtensionTypeInfo, java.io.Serializable

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

Description: 'Provides access to the properties of a server object extentsion 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 IID94d56c57_00df_4336_8707_cf4197a890ef
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectExtensionTypeInfo
IIDb5d6fda3_b063_4174_9e70_2764d55bccb4
 
Method Summary
 java.lang.String getDisplayName()
          Display name of the server object extension type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionTypeInfo
getDescription, getName
 

Field Detail

IID94d56c57_00df_4336_8707_cf4197a890ef

static final int IID94d56c57_00df_4336_8707_cf4197a890ef
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 extension type.

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