public enum DNABindingAlerts extends Enum<DNABindingAlerts>
| Enum Constant and Description |
|---|
ACYL_TRANSFER |
MICHAEL_ACCEPTORS |
NO_ALERTS |
SHIFF_BASE |
SN1 |
SN2 |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCategoryExplanation() |
abstract String |
getCategoryTitle() |
abstract String |
getExample(boolean value) |
abstract String |
getExplanation() |
String |
getID() |
abstract String |
getShortName() |
abstract String[][] |
getSMARTS() |
abstract String |
getTitle() |
static DNABindingAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DNABindingAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DNABindingAlerts SN1
public static final DNABindingAlerts SHIFF_BASE
public static final DNABindingAlerts MICHAEL_ACCEPTORS
public static final DNABindingAlerts ACYL_TRANSFER
public static final DNABindingAlerts SN2
public static final DNABindingAlerts NO_ALERTS
public static DNABindingAlerts[] values()
for (DNABindingAlerts c : DNABindingAlerts.values()) System.out.println(c);
public static DNABindingAlerts 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 String getID()
public abstract String getTitle()
public abstract String getExplanation()
public abstract String getCategoryTitle()
public abstract String getCategoryExplanation()
public abstract String[][] getSMARTS()
public abstract String getExample(boolean value)
public abstract String getShortName()
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.