public static enum SOMERawReader.someindex extends Enum<SOMERawReader.someindex>
Enum Constant and Description |
---|
aliphaticHydroxylation |
aromaticHydroxylation |
atomIndex |
atomType |
NDealkylation |
NOxidation |
ODealkylation |
SOxidation |
Modifier and Type | Method and Description |
---|---|
Color |
getColor(double value) |
static SOMERawReader.someindex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOMERawReader.someindex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SOMERawReader.someindex atomIndex
public static final SOMERawReader.someindex atomType
public static final SOMERawReader.someindex aliphaticHydroxylation
public static final SOMERawReader.someindex aromaticHydroxylation
public static final SOMERawReader.someindex NDealkylation
public static final SOMERawReader.someindex NOxidation
public static final SOMERawReader.someindex ODealkylation
public static final SOMERawReader.someindex SOxidation
public static SOMERawReader.someindex[] values()
for (SOMERawReader.someindex c : SOMERawReader.someindex.values()) System.out.println(c);
public static SOMERawReader.someindex 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 Color getColor(double value)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.