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