public static enum OLEAutomationLibrary.REGKIND extends Enum<OLEAutomationLibrary.REGKIND> implements IntValuedEnum<OLEAutomationLibrary.REGKIND>
| Enum Constant and Description |
|---|
REGKIND_DEFAULT |
REGKIND_NONE |
REGKIND_REGISTER |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static ValuedEnum<OLEAutomationLibrary.REGKIND> |
fromValue(long value) |
Iterator<OLEAutomationLibrary.REGKIND> |
iterator() |
long |
value() |
static OLEAutomationLibrary.REGKIND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OLEAutomationLibrary.REGKIND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfforEach, spliteratorpublic static final OLEAutomationLibrary.REGKIND REGKIND_DEFAULT
public static final OLEAutomationLibrary.REGKIND REGKIND_REGISTER
public static final OLEAutomationLibrary.REGKIND REGKIND_NONE
public final long value
public static OLEAutomationLibrary.REGKIND[] values()
for (OLEAutomationLibrary.REGKIND c : OLEAutomationLibrary.REGKIND.values()) System.out.println(c);
public static OLEAutomationLibrary.REGKIND valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic long value()
value in interface ValuedEnum<OLEAutomationLibrary.REGKIND>public Iterator<OLEAutomationLibrary.REGKIND> iterator()
iterator in interface Iterable<OLEAutomationLibrary.REGKIND>public static ValuedEnum<OLEAutomationLibrary.REGKIND> fromValue(long value)
Copyright © 2009-2015. All Rights Reserved.