com.esri.arcgis.server
Interface IServerObjectExtensionType

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServerObjectExtensionType2, IServerObjectExtensionType3
All Known Implementing Classes:
IServerObjectExtensionType2Proxy, IServerObjectExtensionType3Proxy, IServerObjectExtensionTypeProxy, ServerObjectExtensionType

public interface IServerObjectExtensionType
extends java.io.Serializable

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

Description: 'Provides access to properties, for administrators, of a server object extension 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 IID47cb8511_3aa6_4da6_9095_b6f70237acee
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCLSID()
          The class ID of the extension type.
 java.lang.String getDescription()
          The description of the extension type.
 java.lang.String getName()
          The name of the extension type.
 void setCLSID(java.lang.String pVal)
          The class ID of the extension type.
 void setDescription(java.lang.String desc)
          The description of the extension type.
 void setName(java.lang.String pVal)
          The name of the extension type.
 

Field Detail

IID47cb8511_3aa6_4da6_9095_b6f70237acee

static final int IID47cb8511_3aa6_4da6_9095_b6f70237acee
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 pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

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

Parameters:
pVal - The pVal (in)
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.

setDescription

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

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

getCLSID

java.lang.String getCLSID()
                          throws java.io.IOException,
                                 AutomationException
The class ID of the extension type.

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

setCLSID

void setCLSID(java.lang.String pVal)
              throws java.io.IOException,
                     AutomationException
The class ID of the extension type.

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