public enum FBCList extends Enum<FBCList>
| Enum Constant and Description |
|---|
listOfFluxBounds |
listOfFluxObjectives |
listOfGeneProducts
Introduced in FBC version 2.
|
listOfObjectives |
none |
| Modifier and Type | Method and Description |
|---|---|
static FBCList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FBCList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FBCList listOfFluxBounds
public static final FBCList listOfFluxObjectives
public static final FBCList listOfObjectives
public static final FBCList listOfGeneProducts
public static final FBCList none
public static FBCList[] values()
for (FBCList c : FBCList.values()) System.out.println(c);
public static FBCList 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 © 2009–2017. All rights reserved.