com.bea.netuix.laf.genes
Enum Chromosome.Source

java.lang.Object
  extended by java.lang.Enum<Chromosome.Source>
      extended by com.bea.netuix.laf.genes.Chromosome.Source
All Implemented Interfaces
Serializable, Comparable<Chromosome.Source>
Enclosing interface:
Chromosome

public static enum Chromosome.Source
extends Enum<Chromosome.Source>

Enumeration of the possible sources for the chromosome.


Enum Constant Summary
SKELETON
           
SKIN
           
 
Method Summary
static Chromosome.Source valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Chromosome.Source[] values()
          Returns an array containing the constants of this enum type, in the order theyre 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

SKELETON

public static final Chromosome.Source SKELETON

SKIN

public static final Chromosome.Source SKIN
Method Detail

values

public static final Chromosome.Source[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static Chromosome.Source valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.