public static enum TautomerConst.RSM extends Enum<TautomerConst.RSM>
Enum Constant and Description |
---|
ALL |
NONE |
RANDOM |
RANDOM_NON_OVERLAPPING |
RANDOM_OPTIMAL_DENSITY |
Modifier and Type | Method and Description |
---|---|
String |
getShortName() |
static TautomerConst.RSM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TautomerConst.RSM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TautomerConst.RSM ALL
public static final TautomerConst.RSM NONE
public static final TautomerConst.RSM RANDOM
public static final TautomerConst.RSM RANDOM_NON_OVERLAPPING
public static final TautomerConst.RSM RANDOM_OPTIMAL_DENSITY
public static TautomerConst.RSM[] values()
for (TautomerConst.RSM c : TautomerConst.RSM.values()) System.out.println(c);
public static TautomerConst.RSM 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 getShortName()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.