public static enum OLEAutomationLibrary.SYSKIND extends Enum<OLEAutomationLibrary.SYSKIND> implements IntValuedEnum<OLEAutomationLibrary.SYSKIND>
Modifier and Type | Field and Description |
---|---|
long |
value |
Modifier and Type | Method and Description |
---|---|
static ValuedEnum<OLEAutomationLibrary.SYSKIND> |
fromValue(long value) |
Iterator<OLEAutomationLibrary.SYSKIND> |
iterator() |
long |
value() |
static OLEAutomationLibrary.SYSKIND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OLEAutomationLibrary.SYSKIND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
forEach, spliterator
public static final OLEAutomationLibrary.SYSKIND SYS_WIN16
public static final OLEAutomationLibrary.SYSKIND SYS_WIN32
public static final OLEAutomationLibrary.SYSKIND SYS_MAC
public final long value
public static OLEAutomationLibrary.SYSKIND[] values()
for (OLEAutomationLibrary.SYSKIND c : OLEAutomationLibrary.SYSKIND.values()) System.out.println(c);
public static OLEAutomationLibrary.SYSKIND 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.SYSKIND>
public Iterator<OLEAutomationLibrary.SYSKIND> iterator()
iterator
in interface Iterable<OLEAutomationLibrary.SYSKIND>
public static ValuedEnum<OLEAutomationLibrary.SYSKIND> fromValue(long value)
Copyright © 2009-2020. All Rights Reserved.