|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jacob.com.JacobObject
com.jacob.com.EnumVariant
public class EnumVariant
An implementation of IEnumVariant based on code submitted by Thomas Hallgren (mailto:Thomas.Hallgren@eoncompany.com)
Constructor Summary | |
---|---|
|
EnumVariant(Dispatch disp)
|
protected |
EnumVariant(int pIEnumVARIANT)
|
Method Summary | |
---|---|
protected void |
finalize()
|
boolean |
hasMoreElements()
Implements java.util.Enumeration |
Variant |
Next()
Deprecated. use nextElement() instead |
int |
Next(Variant[] receiverArray)
This should be private and wrapped to protect JNI layer. |
Variant |
nextElement()
Implements java.util.Enumeration |
void |
Reset()
This should be private and wrapped to protect JNI layer |
void |
safeRelease()
Finalizers call this method. |
void |
Skip(int count)
This should be private and wrapped to protect JNI layer. |
Methods inherited from class com.jacob.com.JacobObject |
---|
debug, getBuildDate, getBuildVersion, isDebugEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected EnumVariant(int pIEnumVARIANT)
public EnumVariant(Dispatch disp)
disp
- Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Variant>
public Variant nextElement()
nextElement
in interface Enumeration<Variant>
@Deprecated public Variant Next()
public int Next(Variant[] receiverArray)
receiverArray
-
public void Skip(int count)
count
- number to skippublic void Reset()
protected void finalize()
finalize
in class Object
public void safeRelease()
JacobObject
safeRelease
in class JacobObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |