public enum AcSpeciesAssociationType extends Enum<AcSpeciesAssociationType>
| Enum Constant and Description |
|---|
Catalyst |
Inhibitor |
Product |
Reactant |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReactantOrProduct() |
static AcSpeciesAssociationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcSpeciesAssociationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcSpeciesAssociationType Reactant
public static final AcSpeciesAssociationType Product
public static final AcSpeciesAssociationType Catalyst
public static final AcSpeciesAssociationType Inhibitor
public static AcSpeciesAssociationType[] values()
for (AcSpeciesAssociationType c : AcSpeciesAssociationType.values()) System.out.println(c);
public static AcSpeciesAssociationType 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 nullpublic boolean isReactantOrProduct()
Copyright © 2019. All Rights Reserved.