public enum ProteinBindingAlerts extends Enum<ProteinBindingAlerts>
| Enum Constant and Description |
|---|
ACYL_TRANSFER |
MICHAEL_ACCEPTORS |
NO_ALERTS |
SHIFF_BASE |
SN2 |
SNAR |
| 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 ProteinBindingAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProteinBindingAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProteinBindingAlerts SNAR
public static final ProteinBindingAlerts SHIFF_BASE
public static final ProteinBindingAlerts MICHAEL_ACCEPTORS
public static final ProteinBindingAlerts ACYL_TRANSFER
public static final ProteinBindingAlerts SN2
public static final ProteinBindingAlerts NO_ALERTS
public static ProteinBindingAlerts[] values()
for (ProteinBindingAlerts c : ProteinBindingAlerts.values()) System.out.println(c);
public static ProteinBindingAlerts 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.