|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.system.LicenseInfoEnum
public class LicenseInfoEnum
Enumerator of extension licenses supported by a product.
Constructor Summary | |
---|---|
LicenseInfoEnum()
Constructs a LicenseInfoEnum using ArcGIS Engine. |
|
LicenseInfoEnum(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LicenseInfoEnum theLicenseInfoEnum = (LicenseInfoEnum) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
int |
next()
Obtains the next extension code. |
void |
reset()
Resets the extension code. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public LicenseInfoEnum() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic LicenseInfoEnum(Object obj) throws IOException
LicenseInfoEnum theLicenseInfoEnum = (LicenseInfoEnum) obj;
obj
to LicenseInfoEnum
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void reset() throws IOException, AutomationException
Resets the ILicenseInfoEnum collection to the beginning. To make subsequent passes through the ILicenseInfoEnum collection use the Reset method to go back to the first license extension code constant in the collection.
reset
in interface ILicenseInfoEnum
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int next() throws IOException, AutomationException
The Next method advances the ILicenseInfoEnum collection by one, and returns the license extension code constant at that position.
next
in interface ILicenseInfoEnum
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |