public enum EnumVdw extends Enum<EnumVdw>
Enum Constant and Description |
---|
ADPMAX |
ADPMIN |
AUTO |
AUTO_BABEL |
AUTO_JMOL |
AUTO_RASMOL |
BABEL |
BABEL21 |
HYDRO |
IONIC |
JMOL |
NADA |
NOJMOL |
RASMOL |
TEMP |
USER |
Modifier and Type | Field and Description |
---|---|
int |
pt |
private String |
type |
private String |
type2 |
Modifier and Type | Method and Description |
---|---|
String |
getVdwLabel() |
static EnumVdw |
getVdwType(String label) |
static EnumVdw |
getVdwType2(String label) |
static EnumVdw |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumVdw[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumVdw JMOL
public static final EnumVdw BABEL
public static final EnumVdw RASMOL
public static final EnumVdw BABEL21
public static final EnumVdw AUTO_JMOL
public static final EnumVdw AUTO_BABEL
public static final EnumVdw AUTO_RASMOL
public static final EnumVdw AUTO
public static final EnumVdw USER
public static final EnumVdw ADPMAX
public static final EnumVdw ADPMIN
public static final EnumVdw HYDRO
public static final EnumVdw IONIC
public static final EnumVdw TEMP
public static final EnumVdw NOJMOL
public static final EnumVdw NADA
public static EnumVdw[] values()
for (EnumVdw c : EnumVdw.values()) System.out.println(c);
public static EnumVdw 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 getVdwLabel()