public static enum NSGAIIExec.NsgaIIType extends Enum<NSGAIIExec.NsgaIIType>
| Enum Constant and Description |
|---|
binary |
permutation |
real |
| Modifier and Type | Method and Description |
|---|---|
static NSGAIIExec.NsgaIIType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NSGAIIExec.NsgaIIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NSGAIIExec.NsgaIIType binary
public static final NSGAIIExec.NsgaIIType real
public static final NSGAIIExec.NsgaIIType permutation
public static NSGAIIExec.NsgaIIType[] values()
for (NSGAIIExec.NsgaIIType c : NSGAIIExec.NsgaIIType.values()) System.out.println(c);
public static NSGAIIExec.NsgaIIType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.