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