Aviatrix3D
2.1.0

org.j3d.aviatrix3d.output.graphics
Enum EnableState

java.lang.Object
  extended by java.lang.Enum<EnableState>
      extended by org.j3d.aviatrix3d.output.graphics.EnableState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnableState>

public enum EnableState
extends java.lang.Enum<EnableState>

Enumerated type for representing the enabled status of a buffer descriptor

Version:
$Revision: 3.2 $
Author:
Justin Couch

Enum Constant Summary
ENABLE_FAILED
           
ENABLE_OK
           
ENABLE_REINIT
           
TERMINATE_REQUESTED
           
 
Method Summary
static EnableState valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnableState[] 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

ENABLE_OK

public static final EnableState ENABLE_OK

ENABLE_REINIT

public static final EnableState ENABLE_REINIT

ENABLE_FAILED

public static final EnableState ENABLE_FAILED

TERMINATE_REQUESTED

public static final EnableState TERMINATE_REQUESTED
Method Detail

values

public static EnableState[] 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 (EnableState c : EnableState.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EnableState valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org