com.esri.arcgis.server
Interface IServerObjectExtensionTypeInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerObjectExtensionTypeInfo2
All Known Implementing Classes:
IServerObjectExtensionTypeInfo2Proxy, IServerObjectExtensionTypeInfoProxy, ServerObjectExtensionTypeInfo

public interface IServerObjectExtensionTypeInfo
extends java.io.Serializable

COM Interface 'IServerObjectExtensionTypeInfo'. 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 IIDb5d6fda3_b063_4174_9e70_2764d55bccb4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The description of the extension type.
 java.lang.String getName()
          The name of the extension type.
 

Field Detail

IIDb5d6fda3_b063_4174_9e70_2764d55bccb4

static final int IIDb5d6fda3_b063_4174_9e70_2764d55bccb4
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the extension type.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description of the extension type.

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