org.bridj.cpp.com
Enum OLEAutomationLibrary.REGKIND
java.lang.Object
java.lang.Enum<OLEAutomationLibrary.REGKIND>
org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
- All Implemented Interfaces:
- Serializable, Comparable<OLEAutomationLibrary.REGKIND>, Iterable<OLEAutomationLibrary.REGKIND>, IntValuedEnum<OLEAutomationLibrary.REGKIND>, ValuedEnum<OLEAutomationLibrary.REGKIND>
- Enclosing class:
- OLEAutomationLibrary
public static enum OLEAutomationLibrary.REGKIND
- extends Enum<OLEAutomationLibrary.REGKIND>
- implements IntValuedEnum<OLEAutomationLibrary.REGKIND>
REGKIND_DEFAULT
public static final OLEAutomationLibrary.REGKIND REGKIND_DEFAULT
REGKIND_REGISTER
public static final OLEAutomationLibrary.REGKIND REGKIND_REGISTER
REGKIND_NONE
public static final OLEAutomationLibrary.REGKIND REGKIND_NONE
value
public final long value
values
public static OLEAutomationLibrary.REGKIND[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OLEAutomationLibrary.REGKIND c : OLEAutomationLibrary.REGKIND.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OLEAutomationLibrary.REGKIND valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
value
public long value()
- Specified by:
value
in interface ValuedEnum<OLEAutomationLibrary.REGKIND>
iterator
public Iterator<OLEAutomationLibrary.REGKIND> iterator()
- Specified by:
iterator
in interface Iterable<OLEAutomationLibrary.REGKIND>
fromValue
public static ValuedEnum<OLEAutomationLibrary.REGKIND> fromValue(long value)
Copyright © 2009-2012. All Rights Reserved.