protected static enum AbstractMOEAD.NeighborType extends Enum<AbstractMOEAD.NeighborType>
| Enum Constant and Description |
|---|
NEIGHBOR |
POPULATION |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMOEAD.NeighborType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMOEAD.NeighborType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractMOEAD.NeighborType NEIGHBOR
public static final AbstractMOEAD.NeighborType POPULATION
public static AbstractMOEAD.NeighborType[] values()
for (AbstractMOEAD.NeighborType c : AbstractMOEAD.NeighborType.values()) System.out.println(c);
public static AbstractMOEAD.NeighborType 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.