public class EnumVariant extends JacobObject implements java.util.Enumeration<Variant>
Modifier | Constructor and Description |
---|---|
|
EnumVariant(Dispatch disp) |
protected |
EnumVariant(long pIEnumVARIANT) |
Modifier and Type | Method and Description |
---|---|
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.
|
debug, getBuildDate, getBuildVersion, isDebugEnabled
protected EnumVariant(long pIEnumVARIANT)
public EnumVariant(Dispatch disp)
disp
- public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<Variant>
public Variant nextElement()
nextElement
in interface java.util.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 java.lang.Object
public void safeRelease()
JacobObject
safeRelease
in class JacobObject
http://jacob-project.sourceforge.net