org.bridj.cpp.com
Enum OLEAutomationLibrary.REGKIND

java.lang.Object
  extended by java.lang.Enum<OLEAutomationLibrary.REGKIND>
      extended by 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>


Enum Constant Summary
REGKIND_DEFAULT
           
REGKIND_NONE
           
REGKIND_REGISTER
           
 
Field Summary
 long value
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

value

public final long value
Method Detail

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.