com.esri.arcgis.system
Interface ILicenseInfoEnum

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILicenseInfoEnumProxy, LicenseInfoEnum

public interface ILicenseInfoEnum
extends java.io.Serializable

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

Description: 'Provides access to retrieve the extension code.' 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 IIDa681b61d_d891_474c_9e45_9b24c6677db6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int next()
          Obtains the next extension code.
 void reset()
          Resets the extension code.
 

Field Detail

IIDa681b61d_d891_474c_9e45_9b24c6677db6

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the extension code.

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

next

int next()
         throws java.io.IOException,
                AutomationException
Obtains the next extension code.

Returns:
A com.esri.arcgis.system.esriLicenseExtensionCode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.