org.bridj.cpp.com
Enum OLEAutomationLibrary.SYSKIND

java.lang.Object
  extended by java.lang.Enum<OLEAutomationLibrary.SYSKIND>
      extended by org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
All Implemented Interfaces:
Serializable, Comparable<OLEAutomationLibrary.SYSKIND>, Iterable<OLEAutomationLibrary.SYSKIND>, IntValuedEnum<OLEAutomationLibrary.SYSKIND>, ValuedEnum<OLEAutomationLibrary.SYSKIND>
Enclosing class:
OLEAutomationLibrary

public static enum OLEAutomationLibrary.SYSKIND
extends Enum<OLEAutomationLibrary.SYSKIND>
implements IntValuedEnum<OLEAutomationLibrary.SYSKIND>


Enum Constant Summary
SYS_MAC
           
SYS_WIN16
           
SYS_WIN32
           
 
Field Summary
 long value
           
 
Method Summary
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.
 
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

SYS_WIN16

public static final OLEAutomationLibrary.SYSKIND SYS_WIN16

SYS_WIN32

public static final OLEAutomationLibrary.SYSKIND SYS_WIN32

SYS_MAC

public static final OLEAutomationLibrary.SYSKIND SYS_MAC
Field Detail

value

public final long value
Method Detail

values

public static OLEAutomationLibrary.SYSKIND[] 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.SYSKIND c : OLEAutomationLibrary.SYSKIND.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.SYSKIND 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.SYSKIND>

iterator

public Iterator<OLEAutomationLibrary.SYSKIND> iterator()
Specified by:
iterator in interface Iterable<OLEAutomationLibrary.SYSKIND>

fromValue

public static ValuedEnum<OLEAutomationLibrary.SYSKIND> fromValue(long value)


Copyright © 2009-2012. All Rights Reserved.