public class EnumVariant extends JacobObject implements 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, isDebugEnabledprotected EnumVariant(long pIEnumVARIANT)
public EnumVariant(Dispatch disp)
disp - 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()
public void safeRelease()
JacobObjectsafeRelease in class JacobObjecthttp://jacob-project.sourceforge.net